freebsd-ports/games/eights/Makefile
Edwin Groothuis 7407f5dee6 kind of reroll, removed line was:
[/usr/ports/games/eights] root@k7>diff -b  eights/eights.c eights.c.new
8,9d7
< #define debug
<

Noticed on: bento
2003-04-01 10:44:26 +00:00

25 lines
557 B
Makefile

# 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}
MAINTAINER= bob@fly.homeunix.org
COMMENT= Text based card game, the objective is to get rid of all your cards
WRKSRC= ${WRKDIR}
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>