freebsd-ports/games/eights/Makefile

25 lines
547 B
Makefile
Raw Normal View History

# Created by: Bob Bomar <bob@fly.homeunix.org>
# $FreeBSD$
PORTNAME= eights
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://dxkelly.freeshell.org/
DISTNAME= ${PORTNAME}
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
USES= dos2unix
DOS2UNIX_FILES= eights.c
NO_WRKSUBDIR= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/eights
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
.include <bsd.port.mk>