summaryrefslogtreecommitdiff
path: root/games/uhexen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen/Makefile')
-rw-r--r--games/uhexen/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile
new file mode 100644
index 000000000000..3269d4f76e26
--- /dev/null
+++ b/games/uhexen/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: uhexen
+# Date created: 10 February 2003
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uhexen
+PORTVERSION= 0.601
+CATEGORIES= games
+MASTER_SITES= http://uhexen.sourceforge.net/
+DISTNAME= ${PORTNAME}-latest
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/uhexen ${PREFIX}/bin
+ ${MKDIR} ${DATADIR}
+ ${TOUCH} ${DATADIR}/.keep_me
+
+.include <bsd.port.mk>