summaryrefslogtreecommitdiff
path: root/games/alephone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/alephone/Makefile')
-rw-r--r--games/alephone/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index efa63539bbe8..98d682bd19a4 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -1,16 +1,17 @@
-# New ports collection makefile for: AlephOne
+# New ports collection makefile for: alephone
# Date created: 27 February 2001
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
#
# $FreeBSD$
#
-PORTNAME= AlephOne
+PORTNAME= alephone
PORTVERSION= 0.11.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= marathon
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} AlephOne-minf-demo.tar.gz
+DISTNAME= AlephOne-${PORTVERSION}
MAINTAINER= malyn@strangeGizmo.com
@@ -19,17 +20,10 @@ 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