Update games/hexalate to version 1.1.6
[dports.git] / games / xtruco / Makefile
1 # Created by: Andrey Zakhvatov
2 # $FreeBSD$
3
4 PORTNAME=       xtruco
5 PORTVERSION=    1.0
6 PORTREVISION=   2
7 CATEGORIES=     games
8 MASTER_SITES=   XCONTRIB/games
9 DISTNAME=       ${PORTNAME}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Simple version for X Window of the famous card game Super Truco
13
14 USES=           xorg
15 USE_XORG=       x11
16 PLIST_FILES=    bin/xtruco
17
18 do-install:
19         ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${STAGEDIR}${PREFIX}/bin
20
21 .include <bsd.port.mk>