diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
commit | c29d0b75c95777d486bd7f4195249e3add8bfcbc (patch) | |
tree | 92f27919e19402edc8dcd6303993465b4dfdabfc /misc/bibletime-kde4/Makefile | |
parent | 6a0a94c09e63873c403ae241c5efefaaf59ab5ad (diff) | |
download | FreeBSD-ports-c29d0b75c95777d486bd7f4195249e3add8bfcbc.zip FreeBSD-ports-c29d0b75c95777d486bd7f4195249e3add8bfcbc.tar.gz |
New port: misc/bibletime
BibleTime is a powerful Bible study application for the K Desktop
Environment running on Unix operating systems. BibleTime is
based on the Sword library which provides access to all the
different text modules created by the Crosswire Bible Society.
PR: ports/34981
Submitted by: Willem van Engen <wvengen+port@stack.nl>
Diffstat (limited to 'misc/bibletime-kde4/Makefile')
-rw-r--r-- | misc/bibletime-kde4/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile new file mode 100644 index 0000000..92f5a7f --- /dev/null +++ b/misc/bibletime-kde4/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: bibletime +# Date created: 3 May 2002 +# Whom: Willem van Engen <wvengen@stack.nl> +# +# $FreeBSD$ +# + +PORTNAME= bibletime +PORTVERSION= 1.2.1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= wvengen@stack.nl + +LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +.if !defined(NOPORTDOCS) +RUN_DEPENDS= ${LOCALBASE}/share/doc/HTML/en/bibletime:${PORTSDIR}/misc/bibletime-doc +.endif + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BZIP2= yes +USE_REINPLACE= yes +CONFIGURE_ARGS+=--program-transform-name="" \ + --with-sworddir=${PREFIX} + +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.mk> |