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.
34 lines
823 B
Makefile
34 lines
823 B
Makefile
# New ports collection makefile for: xmms-iris
|
|
# Date created: 25 Apr 2002
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iris
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
|
COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
PLIST_FILES= lib/xmms/Visualization/libiris.so
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GL= yes
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|