f03c467d53
o Remove patches incorporated into the distribution Submitted by: Lauri Watts <lauri@kde.org> (FreeBSD KDE Team)
27 lines
764 B
Makefile
27 lines
764 B
Makefile
# New ports collection makefile for: JuK
|
|
# Date created: Saturday 7 December 2002
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= juk
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://developer.kde.org/~wheeler/files/src/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= JuK, a music manager and jukebox for KDE
|
|
|
|
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/kde3/kfile_mp3.so:${PORTSDIR}/multimedia/kdemultimedia3 \
|
|
${LOCALBASE}/lib/kde3/kfile_ogg.so:${PORTSDIR}/multimedia/kdemultimedia3
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-transform-name=''
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|