2002-11-23 04:33:20 +01:00
|
|
|
# New ports collection makefile for: bibletime
|
|
|
|
# Date created: 3 May 2002
|
|
|
|
# Whom: Willem van Engen <wvengen@stack.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bibletime
|
2006-07-15 02:10:53 +02:00
|
|
|
PORTVERSION= 1.5.3
|
2002-11-23 04:33:20 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2006-07-15 02:10:53 +02:00
|
|
|
MAINTAINER= thomas@goodking.ca
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A powerful Bible study application for KDE3
|
2002-11-23 04:33:20 +01:00
|
|
|
|
2006-07-15 02:10:53 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libsword.so:${PORTSDIR}/misc/sword
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-11-23 04:33:20 +01:00
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-11-23 04:33:20 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_BZIP2= yes
|
2006-07-15 02:10:53 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2002-11-23 04:33:20 +01:00
|
|
|
|
2006-08-05 23:49:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= fails to compile under FreeBSD 4.x
|
|
|
|
.endif
|
|
|
|
|
2002-11-23 04:33:20 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
|
|
|
|
|
2006-08-05 23:49:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|