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

42 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
2010-10-21 17:36:18 +00:00
PORTVERSION= 3.1.4
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.1.so:${PORTSDIR}/misc/sword
2010-03-24 16:27:47 +00:00
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
USE_GNOME= gnomehack gnomeprefix gnometarget gnomelibs gtkhtml3 \
intlhack libgsf
2010-10-21 17:36:18 +00:00
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \
--prefix=${PREFIX} --enable-gtkhtml --debug-level=optimized
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
.include <bsd.port.mk>