mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +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.
30 lines
689 B
Makefile
30 lines
689 B
Makefile
# New ports collection makefile for: xmms-arts_output
|
|
# Date created: 12 Nov 2003
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX= xmms-
|
|
PORTNAME= arts_output
|
|
PORTVERSION= 0.7.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= aRts output plugin for XMMS.
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
|
artsc.0:${PORTSDIR}/audio/arts
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
PLIST_FILES= lib/xmms/Output/libarts.so \
|
|
bin/xmms-arts-helper
|
|
|
|
.include <bsd.port.mk>
|