mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
129 lines
3.4 KiB
Makefile
129 lines
3.4 KiB
Makefile
# New ports collection makefile for: xmms
|
|
# Date created: 3 July 1999
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms
|
|
PORTVERSION= 1.2.7
|
|
PORTREVISION= 3
|
|
CATEGORIES+= multimedia audio
|
|
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
|
|
http://www.xmms.org/files/1.2.x/ \
|
|
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
|
|
|
|
MAINTAINER?= esk@ira.uka.de
|
|
COMMENT?= X Multimedia System --- An audio player with a Winamp GUI
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12 gnomehack libxml
|
|
USE_REINPLACE= yes
|
|
WANT_GNOME= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
INPUT_PLUGINS="${INPUT_PLUGINS}" \
|
|
OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
|
|
VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
|
|
MAN1= gnomexmms.1 wmxmms.1 xmms.1
|
|
|
|
INPUT_PLUGINS= cdaudio,idcin,mpg123,tonegen,wav
|
|
OUTPUT_PLUGINS= OSS,disk_writer
|
|
VISUALIZATION_PLUGINS= blur_scope,sanalyzer
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !defined(WITHOUT_MIKMOD)
|
|
LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
|
|
INPUT_PLUGINS+= mikmod
|
|
PLIST_SUB+= MIKMODPLUGIN:=""
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-mikmod
|
|
PLIST_SUB+= MIKMODPLUGIN:="@comment "
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_VORBIS)
|
|
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
|
|
INPUT_PLUGINS+= vorbis
|
|
PLIST_SUB+= VORBISPLUGIN:=""
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-vorbis
|
|
PLIST_SUB+= VORBISPLUGIN:="@comment "
|
|
.endif
|
|
|
|
.if ${HAVE_GNOME:Mesound}!=""
|
|
USE_GNOME+= esound
|
|
OUTPUT_PLUGINS+= esd
|
|
PLIST_SUB+= ESDPLUGIN:=""
|
|
.if defined(PKGNAMESUFFIX)
|
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound
|
|
.else
|
|
PKGNAMESUFFIX= -esound
|
|
.endif
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-esd
|
|
PLIST_SUB+= ESDPLUGIN:="@comment "
|
|
.endif
|
|
|
|
.if ${HAVE_GNOME:Mlibpanel}!=""
|
|
USE_GNOME+= libpanel gnomeprefix
|
|
.if defined(PKGNAMESUFFIX)
|
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome
|
|
.else
|
|
PKGNAMESUFFIX= -gnome
|
|
.endif
|
|
PLIST_SUB+= DATADIR="share/gnome" PANEL:=""
|
|
.else
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
PLIST_SUB+= DATADIR="share" PANEL:="@comment "
|
|
.endif
|
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
|
WITHOUT_3DNOW= yes
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021
|
|
CONFIGURE_ARGS+= --enable-3dnow
|
|
.endif
|
|
|
|
.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021
|
|
post-extract:
|
|
(cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \
|
|
cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S);
|
|
${REINPLACE_CMD} -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in
|
|
${REINPLACE_CMD} -e 's:blur_8.s:blur_8.S:g' \
|
|
${WRKSRC}/Visualization/blur_scope/Makefile.in
|
|
.endif
|
|
|
|
pre-extract:
|
|
.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!=""
|
|
@${ECHO_MSG}
|
|
.if !defined(WITHOUT_MIKMOD)
|
|
@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD."
|
|
.endif
|
|
.if !defined(WITHOUT_VORBIS)
|
|
@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS."
|
|
.endif
|
|
.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021
|
|
@${ECHO_MSG} "You can disable 3DNow! optimized decoding routines by defining WITHOUT_3DNOW."
|
|
.endif
|
|
.if ${HAVE_GNOME:Mesound}!=""
|
|
@${ECHO_MSG} "You can disable support for esound by defining WITHOUT_GNOME=esound."
|
|
.endif
|
|
@${ECHO_MSG}
|
|
.endif
|
|
|
|
post-patch:
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
|
|
's|\(datadir\)/aclocal|(prefix)/share/aclocal|g'
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/xmms/Skins
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|