diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 20:37:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 20:37:00 +0000 |
commit | fc697244cb8d4efb0c3cf97af9c33ddd1410dccc (patch) | |
tree | 201bf7f7d2b91b845a170000474d8456cfe3db22 /games/monkeybubble/Makefile | |
parent | 58708c814757a9bdda9ff7e0b4793e3d70aa0730 (diff) |
Notes
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r-- | games/monkeybubble/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 2ee70bfc0bc7..51ea11a4247c 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -6,8 +6,7 @@ # PORTNAME= monkeybubble -PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTVERSION= 0.1.8 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -15,20 +14,14 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -LIB_DEPENDS= gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins - USE_X_PREFIX= yes USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui +USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ + gstreamerplugins intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e "s|/usr/share|${LOCALBASE}/share| ; \ - s|lang or die|lang, 0777 or die|" ${WRKSRC}/intltool-merge.in - .include <bsd.port.mk> |