1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/eights/Makefile
Danilo Egea Gondolfo 9c0aabfff0 - Add stage support
2013-11-01 03:31:42 +00:00

23 lines
507 B
Makefile

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