1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/alephone/Makefile
Clive Lin 0a76f31a59 New port: The open source version of Bungie's Marathon game.
Since PR 25400 is better and is the former,
let its originator take maintainership.

PR: ports/25400, ports/25446
Submitted by: Michael Alyn Miller <malyn@strangeGizmo.com>, pjones@pmade.org
2001-03-01 18:01:25 +00:00

38 lines
1.1 KiB
Makefile

# New ports collection makefile for: AlephOne
# Date created: 27 February 2001
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
#
# $FreeBSD$
#
PORTNAME= AlephOne
PORTVERSION= 0.11.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= marathon
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} AlephOne-minf-demo.tar.gz
MAINTAINER= malyn@strangeGizmo.com
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl-devel:install
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-install:
${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
.if !defined(NOPORTDOCS)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>