summaryrefslogtreecommitdiff
path: root/games/enigma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r--games/enigma/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
new file mode 100644
index 000000000000..8355b2336eab
--- /dev/null
+++ b/games/enigma/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: enigma
+# Date created: 25 July 2002
+# Whom: Edwin Groothuis
+#
+# $FreeBSD$
+#
+
+PORTNAME= enigma
+PORTVERSION= 0.50
+CATEGORIES= games
+MASTER_SITES= http://freesoftware.fsf.org/download/enigma/
+
+MAINTAINER= edwin@mavetju.org
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 \
+ lua:${PORTSDIR}/lang/lua
+LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ SDL_image.10:${PORTSDIR}/graphics/sdl_image
+
+GNU_CONFIGURE= yes
+USE_XLIB= yes
+USE_REINPLACE= yes
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
+
+MAN6= enigma.6
+
+post-install:
+ ${CAT} pkg-message
+
+.include <bsd.port.mk>