mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
d4b0074d22
@dirrm's to the pkg-plist. PR: 36437 Submitted by: Josh Elsasser <jre@vineyard.net>
34 lines
1.0 KiB
Makefile
34 lines
1.0 KiB
Makefile
# New ports collection makefile for: alephone-data
|
|
# Date created: 08 March 2001
|
|
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= alephone-data
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= marathon
|
|
DISTNAME= AlephOne-minf-demo
|
|
|
|
MAINTAINER= malyn@strangeGizmo.com
|
|
|
|
RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files.
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/AlephOne
|
|
@${MKDIR} ${PREFIX}/share/AlephOne/MML
|
|
${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Images
|
|
${INSTALL_DATA} ${WRKDIR}/MML/Preferences.mml ${PREFIX}/share/AlephOne/MML/Preferences.mml
|
|
${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Map
|
|
${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/AlephOne/README
|
|
${INSTALL_DATA} ${WRKDIR}/Shapes ${PREFIX}/share/AlephOne/Shapes
|
|
${INSTALL_DATA} ${WRKDIR}/Sounds ${PREFIX}/share/AlephOne/Sounds
|
|
|
|
.include <bsd.port.mk>
|