2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Bob Bomar <bob@fly.homeunix.org>
|
2002-02-22 03:59:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= eights
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://dxkelly.freeshell.org/
|
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Text based card game, the objective is to get rid of all your cards
|
2002-02-22 03:59:32 +01:00
|
|
|
|
2016-06-20 18:23:28 +02:00
|
|
|
USES= dos2unix
|
|
|
|
DOS2UNIX_FILES= eights.c
|
2004-03-16 14:59:55 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/eights
|
2002-02-22 03:59:32 +01:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2013-11-01 04:31:42 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2002-02-22 03:59:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|