summaryrefslogtreecommitdiff
path: root/misc/tellico-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tellico-kde4/Makefile')
-rw-r--r--misc/tellico-kde4/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile
deleted file mode 100644
index 1245aa85342a..000000000000
--- a/misc/tellico-kde4/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: bookcase
-# Date created: 11 May 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tellico
-PORTVERSION= 0.13.1
-CATEGORIES= misc kde
-MASTER_SITES= http://www.periapsis.org/tellico/download/
-
-MAINTAINER= markus@FreeBSD.org
-COMMENT= Collection manager for KDE
-
-LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
- cdda_paranoia:${PORTSDIR}/audio/cdparanoia \
- kcddb:${PORTSDIR}/multimedia/kdemultimedia3 \
- yaz.2:${PORTSDIR}/net/yaz
-
-EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>