summaryrefslogtreecommitdiff
path: root/games/monster-masher/Makefile
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-06 01:07:52 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-06 01:07:52 +0000
commit0311c3ad33b333176eb27b9b69e0aa5edd565704 (patch)
tree18ce6c1f2f6f57ee9674b6986481e8fc9097683b /games/monster-masher/Makefile
parentUpdate to 7.4.31 (diff)
Add monster-masher 1.4, gnomemm puzzle game where you have to clean
the caves of monsters. Submitted by: Koop Mast <einekoai@chello.nl>
Notes
Notes: svn path=/head/; revision=93203
Diffstat (limited to 'games/monster-masher/Makefile')
-rw-r--r--games/monster-masher/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile
new file mode 100644
index 000000000000..3932326a83b5
--- /dev/null
+++ b/games/monster-masher/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: Monster-Masher
+# Date created: 26 Oct 2003
+# Whom: Koop Mast <einekoai@chello.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= monster
+PORTVERSION= 1.4
+CATEGORIES= games gnome
+MASTER_SITES= http://www.cs.auc.dk/~olau/monster-masher/source/
+PKGNAMESUFFIX= -masher
+DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+
+MAINTAINER= einekoai@chello.nl
+COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters
+
+LIB_DEPENDS= gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500010
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-vector.hpp
+.endif
+
+.include <bsd.port.post.mk>