openbsd-ports/games/alephone/scenarios/marathon2/Makefile
phessler 95d0ad8df1 Update to a re-rolled zip file that includes all of the updated graphics
and hi-res information.

@pkgpath and @conflicts hints and reminders from espie@ and jasper@
2012-07-13 16:54:33 +00:00

35 lines
901 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/07/13 16:54:33 phessler Exp $
PKG_ARCH= *
COMMENT= marathon two data files
V= 20120514
DISTNAME= marathon2-0.0.${V}
PKGNAME= marathon2-0.0.${V}
HOMEPAGE= http://source.bungie.org/get/
DISTFILES= Marathon2-${V}-Data.zip:5
DISTFILES += Marathon_2_Manual.pdf:4
# http://trilogyrelease.bungie.org/faq.html
PERMIT_PACKAGE_CDROM= not for sale
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= not for sale
PERMIT_DISTFILES_FTP= YES
EXTRACT_ONLY = Marathon2-${V}-Data.zip
INSTALL_LOC= ${PREFIX}/share/alephone
INSTALL_M2= ${INSTALL_LOC}/Marathon2
do-install:
@${INSTALL_DATA_DIR} ${INSTALL_M2}
# Marathon 2
@cd ${WRKDIR}/"Marathon 2"/ && pax -rw . "${INSTALL_M2}"
${INSTALL_SCRIPT} ${FILESDIR}/marathon2.sh ${PREFIX}/bin/marathon2
${INSTALL_DATA} ${FULLDISTDIR}/Marathon_2_Manual.pdf ${INSTALL_M2}
NO_BUILD= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>