diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-06 01:07:52 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-06 01:07:52 +0000 |
commit | 0311c3ad33b333176eb27b9b69e0aa5edd565704 (patch) | |
tree | 18ce6c1f2f6f57ee9674b6986481e8fc9097683b /games/monster-masher/Makefile | |
parent | f3f7d73f6d5ef824ca70572512d512c3234d08de (diff) |
Notes
Diffstat (limited to 'games/monster-masher/Makefile')
-rw-r--r-- | games/monster-masher/Makefile | 31 |
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> |