2002-02-22 03:59:32 +01:00
|
|
|
# New ports collection makefile for: eights
|
|
|
|
# Date created: 21 Febuary 2002
|
|
|
|
# Whom: Bob Bomar <bob@fly.homeunix.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
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:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|