2012-09-30 08:25:19 +02:00
|
|
|
# Created by: David Yeske <dyeske@gmail.com>
|
2002-09-11 19:26:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmms-sid
|
2013-05-16 16:10:53 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2002-09-11 19:26:31 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.tnsp.org/xs-files/
|
|
|
|
|
2013-03-07 04:25:10 +01:00
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= XMMS input plugin to play SID files
|
2002-09-11 19:26:31 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2002-09-11 19:26:31 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2002-09-11 19:26:31 +02:00
|
|
|
USE_GNOME= gtk12
|
|
|
|
GNU_CONFIGURE= yes
|
2007-03-29 15:07:12 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-11-28 22:03:25 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
|
|
|
--with-sidplay1=${LOCALBASE}
|
2002-09-11 19:26:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|