1998-03-15 18:11:24 +01:00
|
|
|
# New ports collection makefile for: xtruco
|
|
|
|
# Date created: 14 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-03-15 18:11:24 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xtruco
|
|
|
|
PORTVERSION= 1.0
|
2000-04-02 03:00:24 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
1998-03-15 18:11:24 +01:00
|
|
|
MASTER_SITE_SUBDIR= games
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1998-03-15 18:11:24 +01:00
|
|
|
|
2000-04-02 03:00:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Simple version for X Window of the famous card game Super Truco
|
1998-03-15 18:11:24 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xtruco
|
2000-04-02 03:00:24 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-03-15 18:11:24 +01:00
|
|
|
|
|
|
|
do-install:
|
2000-04-02 03:00:24 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin
|
1998-03-15 18:11:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|