summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
commit638b97f5a5d741cee963b662efa43f26ddf9d04c (patch)
treec4dfb23a4708ce0260562560cd232bdef6bb6711 /games/monkeybubble/Makefile
parent9062210343a87551bd420e59ca2d4e52f1365fe3 (diff)
downloadmarcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.bz2
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.lz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.xz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r--games/monkeybubble/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
deleted file mode 100644
index 9fcf72a0b..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$
-#
-
-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>