1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/numptyphysics-npcomplete/Makefile

31 lines
667 B
Makefile

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