Be free, little ports. May you all grow big and strong. Except gnome-icons-edge. You should probably be nuked. Just sayin'.
32 lines
693 B
Makefile
32 lines
693 B
Makefile
# New ports collection makefile for: monkeybubble
|
|
# Date created: 06 October 2003
|
|
# Whom: Adam Weinberger
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= monkeybubble
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://home.gna.org/monkeybubble/downloads/
|
|
DISTNAME= monkey-bubble-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK2 Puzzle Bobble clone with monkeys
|
|
|
|
USE_X_PREFIX= yes
|
|
HAS_MONKEYS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GSTREAMER80= ogg gconf
|
|
USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \
|
|
intlhack
|
|
|
|
GCONF_SCHEMAS= monkey-bubble.schemas
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|