mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1f8ae4fe6d
- Utilise LIB_DEPENDS Submitted by: erwinbot, portsanp build bot Pointyhat to: tabthorpe
39 lines
1005 B
Makefile
39 lines
1005 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xiphos
|
|
PORTVERSION= 3.1.6
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION}
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= A bible interface utilizing the sword framework
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
|
docbook2html:${PORTSDIR}/textproc/docbook-utils \
|
|
gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \
|
|
nspr>=4.8:${PORTSDIR}/devel/nspr
|
|
LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
|
|
libsword.so:${PORTSDIR}/misc/sword
|
|
|
|
USE_PYTHON_BUILD= yes
|
|
USES= gettext pkgconfig
|
|
INSTALLS_OMF= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \
|
|
--prefix=${STAGEDIR}${PREFIX} --destdir=${STAGEDIR}${PREFIX} \
|
|
${WAF_CONFIGURE_ARGS}
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
|
|
|
|
.include <bsd.port.mk>
|