freebsd-ports/games/monkeybubble/Makefile
Adam Weinberger bf9a2be8e1 They don't seem to be releasing new versions of this app anymore.
Define HAS_MONKEYS so it doesn't get lonely.
2005-05-23 22:20:54 +00:00

31 lines
672 B
Makefile

# New ports collection makefile for: monkeybubble
# Date created: 06 October 2003
# Whom: Adam Weinberger
#
# $FreeBSD$
#
PORTNAME= monkeybubble
PORTVERSION= 0.3.2
PORTREVISION= 4
CATEGORIES= games gnome
MASTER_SITES= http://home.gna.org/monkeybubble/downloads/
DISTNAME= monkey-bubble-${PORTVERSION}
MAINTAINER= adamw@FreeBSD.org
COMMENT= GTK2 Puzzle Bobble clone with monkeys
USE_X_PREFIX= yes
USE_REINPLACE= yes
HAS_MONKEYS= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_GSTREAMER= ogg gconf
USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \
intlhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>