a52b1a298c
PR: ports/174309 Submitted by: Chris Petrik
24 lines
572 B
Makefile
24 lines
572 B
Makefile
# Created by: David Yeske <dyeske@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-sid
|
|
PORTVERSION= 0.8.99.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.tnsp.org/xs-files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
|
--with-sidplay1=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|