mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
32 lines
679 B
Makefile
32 lines
679 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= adamw@FreeBSD.org
|
|
COMMENT= GTK2 Puzzle Bobble clone with monkeys
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
HAS_MONKEYS= yes
|
|
|
|
USE_AUTOTOOLS= libtool: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>
|