3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
28 lines
654 B
Makefile
28 lines
654 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.6.0
|
|
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_LIBTOOL_VER= 13
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
PLIST_FILES= lib/xmms/Output/libarts.so
|
|
|
|
.include <bsd.port.mk>
|