blob: afff6eee1fa01a3053e90f55e92fa801150f766d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= xmms-sid
PORTVERSION= 0.9.0
CATEGORIES= audio
MASTER_SITES= http://www.tnsp.org/xs-files/
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= XMMS input plugin to play SID files
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_BZIP2= yes
NO_STAGE= yes
USES= gettext
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--with-sidplay1=${LOCALBASE}
.include <bsd.port.mk>
|