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)
34 lines
789 B
Makefile
34 lines
789 B
Makefile
# New ports collection makefile for: xmms-kde
|
|
# Date created: 27 April 2001
|
|
# Whom: Jan Jungnickel <jan@jungnickel.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-kde
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= xmmskde-${PORTVERSION}
|
|
|
|
MAINTAINER= jan@jungnickel.com
|
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_KDELIBS_VER=3
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/0.0/0/}
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
|
--with-xmms-prefix=${X11BASE}
|
|
USE_GNOME= gtk12
|
|
USE_GNOMENG= yes
|
|
|
|
post-install:
|
|
${LN} -sf ${LOCALBASE}/share/doc/HTML/en/common \
|
|
${PREFIX}/share/doc/HTML/en/xmmskde/common
|
|
|
|
.include <bsd.port.mk>
|