diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-10-31 15:00:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-10-31 15:00:09 +0000 |
commit | 9aa987f89eb3a933f45a7fabdc89d9b99a1a5971 (patch) | |
tree | 0eaedb413818454743f3eb8deab653712a55bc8c /games/monster-masher/Makefile | |
parent | 8cc15b705e36083cc68ed5e28d70e8ef5357e1ab (diff) | |
download | ports-9aa987f89eb3a933f45a7fabdc89d9b99a1a5971.tar.gz ports-9aa987f89eb3a933f45a7fabdc89d9b99a1a5971.zip |
Notes
Diffstat (limited to 'games/monster-masher/Makefile')
-rw-r--r-- | games/monster-masher/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile index 66a46b3855df..c3f80761f41e 100644 --- a/games/monster-masher/Makefile +++ b/games/monster-masher/Makefile @@ -6,24 +6,25 @@ # PORTNAME= monster -PORTVERSION= 1.7 -PORTREVISION= 8 +PORTVERSION= 1.8.1 CATEGORIES= games gnome -MASTER_SITES= http://www.cs.aau.dk/~olau/monster-masher/source/ +MASTER_SITES= http://people.iola.dk/olau/monster-masher/source/ PKGNAMESUFFIX= -masher DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kwm@FreeBSD.org COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters -LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 +LIB_DEPENDS= gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \ + gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ + glademm-2.4.1:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack gnometarget intlhack +USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnome esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lesd" GCONF_SCHEMAS= monster-masher.schemas |