aboutsummaryrefslogtreecommitdiffstats
path: root/audio/juk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/juk/Makefile')
-rw-r--r--audio/juk/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile
deleted file mode 100644
index d0fbb8169014..000000000000
--- a/audio/juk/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: JuK
-# Date created: Saturday 7 December 2002
-# Whom: Lauri Watts <lauri@kde.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= juk
-PORTVERSION= 1.1
-PORTREVISION= 3
-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.3:${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
-USE_REINPLACE= yes
-
-CONFIGURE_TARGET= --build=${ARCH}-portsbld-freebsd${OSREL}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \
- s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.post.mk>