summaryrefslogtreecommitdiff
path: root/misc/bibletime-kde3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bibletime-kde3/Makefile')
-rw-r--r--misc/bibletime-kde3/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile
deleted file mode 100644
index 0e70e4aec6a9..000000000000
--- a/misc/bibletime-kde3/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: bibletime
-# Date created: 3 May 2002
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bibletime
-PORTVERSION= 1.6.5.1
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= SF
-
-MAINTAINER= tabthorpe@FreeBSD.org
-COMMENT= A powerful Bible study application for KDE3
-
-RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword \
- ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_ICONS= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-CONFIGURE_ARGS+= --enable-static-clucene
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
-
-.include <bsd.port.post.mk>