freebsd-ports/games/eights/Makefile
Kirill Ponomarev 0085eaf2a2 - Use NO_WRKSUBDIR properly
- Add WWW: line
- Utilize SIZE

PR:		ports/64334
Submitted by:	Ports Fury
2004-03-16 13:59:55 +00:00

27 lines
577 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= 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} ${PREFIX}/bin
.include <bsd.port.mk>