freebsd-ports/games/nInvaders/Makefile
Michael Landin 7813b13f3b - Update to latest release.
- added timer
	- addedd title-screen
	- bugfix
- Fix WWW.

Approved by: roberto(mentor)
2003-05-12 12:17:35 +00:00

33 lines
729 B
Makefile

# ex:ts=8
# Ports collection makefile for: nInvaders
# Date created: Tue Jul 09, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= nInvaders
PORTVERSION= 0.1.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ninvaders
DISTNAME= ninvaders-${PORTVERSION}
MAINTAINER= mich@FreeBSD.org
COMMENT= The nIvaders game is a Space Invaders clone for ncurses
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
-e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>