2003-10-07 06:22:20 +02:00
|
|
|
# New ports collection makefile for: monkeybubble
|
|
|
|
# Date created: 06 October 2003
|
|
|
|
# Whom: Adam Weinberger
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monkeybubble
|
2004-08-25 05:01:57 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 5
|
2003-10-07 06:22:20 +02:00
|
|
|
CATEGORIES= games gnome
|
2004-08-25 05:01:57 +02:00
|
|
|
MASTER_SITES= http://home.gna.org/monkeybubble/downloads/
|
2003-10-07 06:22:20 +02:00
|
|
|
DISTNAME= monkey-bubble-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
|
|
COMMENT= GTK2 Puzzle Bobble clone with monkeys
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-04-05 06:15:24 +02:00
|
|
|
USE_REINPLACE= yes
|
2005-05-24 00:20:54 +02:00
|
|
|
HAS_MONKEYS= yes
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-07 06:22:20 +02:00
|
|
|
USE_GMAKE= yes
|
2005-03-20 17:05:54 +01:00
|
|
|
USE_GSTREAMER= ogg gconf
|
2004-01-17 21:37:00 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \
|
2005-03-07 04:09:51 +01:00
|
|
|
intlhack
|
2003-10-07 06:22:20 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|