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
|
2004-08-27 20:50:10 +02:00
|
|
|
PORTVERSION= 1.4.1
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2002-11-23 04:33:20 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2005-11-22 23:19:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A powerful Bible study application for KDE3
|
2002-11-23 04:33:20 +01:00
|
|
|
|
2004-08-27 20:50:10 +02:00
|
|
|
LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword
|
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
|
|
|
|
|
|
|
|
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>
|