diff options
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r-- | games/monkeybubble/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile deleted file mode 100644 index c4afb40ca..000000000 --- a/games/monkeybubble/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: monkeybubble -# Date created: 06 October 2003 -# Whom: Adam Weinberger -# -# $FreeBSD: ports/games/monkeybubble/Makefile,v 1.6 2004/01/17 20:37:00 adamw Exp $ -# - -PORTNAME= monkeybubble -PORTVERSION= 0.1.9 -PORTREVISION= 4 -CATEGORIES= games gnome -#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ #OMG where did the website go?!?! -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw -DISTNAME= monkey-bubble-${PORTVERSION} - -MAINTAINER= adamw@FreeBSD.org -COMMENT= GTK2 Puzzle Bobble clone with monkeys - -USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ - gstreamerplugins intlhack lthack - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e "s|gstreamer-0.6|gstreamer-0.8|g" \ - ${WRKSRC}/configure - -.include <bsd.port.mk> |