1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/numptyphysics-npcomplete/Makefile
2021-04-08 02:19:01 +03:00

28 lines
610 B
Makefile

PORTNAME= npcomplete
PORTVERSION= 0.0.r20090116
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
PKGNAMEPREFIX= numptyphysics-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Level pack for Numpty Physics
RUN_DEPENDS= numptyphysics:games/numptyphysics
USES= tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
WRKSRC= ${WRKDIR}/npcomplete
DATADIR= ${PREFIX}/share/numptyphysics
post-extract:
# this level will crash the game
@${RM} "${WRKSRC}/L02_bridge Gaps tut.nph"
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.nph ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>