freebsd-ports/misc/bibletime-devel/Makefile
Rong-En Fan ce436f6f86 - Update to 1.5.3
- Pass maintainership to submitter
- Reformat pkg-descr
- Workaround for sword 1.5.8 (LIB_DEPENDS -> {RUN,BUILD}_DEPENDS)

PR:		ports/100213
Submitted by	Thomas Abthorpe <thomas goodking.ca>
2006-07-15 00:10:53 +00:00

30 lines
749 B
Makefile

# New ports collection makefile for: bibletime
# Date created: 3 May 2002
# Whom: Willem van Engen <wvengen@stack.nl>
#
# $FreeBSD$
#
PORTNAME= bibletime
PORTVERSION= 1.5.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thomas@goodking.ca
COMMENT= A powerful Bible study application for KDE3
RUN_DEPENDS= ${LOCALBASE}/lib/libsword.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= 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>