2005-02-19 02:59:40 +01:00
|
|
|
# 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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 9
|
2005-02-19 02:59:40 +01:00
|
|
|
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_GNOME= gtk12
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/xmms/Output/libarts.a \
|
|
|
|
lib/xmms/Output/libarts.la \
|
|
|
|
lib/xmms/Output/libarts.so \
|
2005-02-19 02:59:40 +01:00
|
|
|
bin/xmms-arts-helper
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|