- Monkeybubble includes esd.h without actually needing it for anything - Depend on the right GStreamer plugins to get music working on a fresh install
34 lines
852 B
Makefile
34 lines
852 B
Makefile
# Created by: Adam Weinberger
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= monkeybubble
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 10
|
|
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
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool localbase pathfix pkgconfig
|
|
USE_GNOME= gnomedocutils gnomeprefix intlhack librsvg2 libgnomeui
|
|
USE_GSTREAMER= good vorbis
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
INSTALLS_OMF= yes
|
|
|
|
GCONF_SCHEMAS= monkey-bubble.schemas
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-g -O2||g ; \
|
|
s|-Werror||g'
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/src/net/message-handler.c \
|
|
${WRKSRC}/src/net/simple-server.c
|
|
|
|
.include <bsd.port.mk>
|