mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
35 lines
820 B
Makefile
35 lines
820 B
Makefile
# New ports collection makefile for: xmms-sid
|
|
# Date created: 9 Sep 2002
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-sid
|
|
PORTVERSION= 0.7.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.tnsp.org/xs-files/
|
|
|
|
MAINTAINER= dyeske@yahoo.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
|
|
|
|
PLIST_FILES= lib/xmms/Input/libsid.so
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \
|
|
s|-lstdc++||; \
|
|
s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \
|
|
${BUILD_WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|