mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
280a31be40
- Chase shlib bump - Reassign to the heap PR: 225276 Submitted by: bsam
35 lines
793 B
Makefile
35 lines
793 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xiphos
|
|
PORTVERSION= 3.1.6
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bible interface utilizing the sword framework
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= yelp:x11/yelp
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
|
docbook2html:textproc/docbook-utils \
|
|
gnome-doc-tool:textproc/gnome-doc-utils \
|
|
nspr>=4.8:devel/nspr
|
|
LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
libsword.so:misc/sword
|
|
|
|
USES= gettext pkgconfig waf
|
|
INSTALLS_OMF= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtkhtml4 intlhack gtk30 gconf2 libgsf \
|
|
gtk-update-icon-cache
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
|
|
|
|
.include <bsd.port.mk>
|