bdbf1030b2
dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
32 lines
738 B
Makefile
32 lines
738 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
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.tnsp.org/xs-files/
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
|
|
|
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMENG= 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>
|