1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/xiphos/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

2009-02-02 13:54:59 +00:00
# New ports collection makefile for: xiphos
2009-02-11 21:25:28 +00:00
# Date created: February 2, 2009
2009-02-02 13:54:59 +00:00
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
2009-02-02 13:54:59 +00:00
PORTNAME= xiphos
2012-02-22 18:36:32 +00:00
PORTVERSION= 3.1.5
2012-06-01 05:26:28 +00:00
PORTREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION}
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= A bible interface utilizing the sword framework
2010-10-21 17:36:18 +00:00
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS:= ${RUN_DEPENDS} \
2010-10-21 17:36:18 +00:00
docbook2html:${PORTSDIR}/textproc/docbook-utils \
gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \
2010-03-24 16:27:47 +00:00
nspr>=4.8:${PORTSDIR}/devel/nspr
2010-10-21 17:36:18 +00:00
USE_PYTHON_BUILD= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
2010-01-04 21:23:40 +00:00
INSTALLS_ICONS= yes
2012-02-22 18:36:32 +00:00
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf
2010-10-21 17:36:18 +00:00
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \
2012-02-22 18:36:32 +00:00
--prefix=${PREFIX} --destdir=${PREFIX} \
--backend gtkhtml --gtk=2
2010-10-21 17:36:18 +00:00
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
.include <bsd.port.mk>