2007-04-30 00:57:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-02-02 14:54:59 +01:00
|
|
|
PORTNAME= xiphos
|
2014-01-16 21:45:25 +01:00
|
|
|
PORTVERSION= 3.1.6
|
2018-02-23 02:30:03 +01:00
|
|
|
PORTREVISION= 6
|
2007-04-30 00:57:04 +02:00
|
|
|
CATEGORIES= misc gnome
|
2009-08-27 17:04:16 +02:00
|
|
|
MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION}
|
2007-04-30 00:57:04 +02:00
|
|
|
|
2018-02-23 02:30:03 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Bible interface utilizing the sword framework
|
2007-04-30 00:57:04 +02:00
|
|
|
|
2010-10-21 19:36:18 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2018-06-26 01:36:59 +02:00
|
|
|
BROKEN_FreeBSD_12= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
2016-04-01 16:16:16 +02:00
|
|
|
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
|
2018-07-09 10:40:17 +02:00
|
|
|
RUN_DEPENDS= yelp:x11/yelp
|
2007-04-30 00:57:04 +02:00
|
|
|
|
2015-04-08 17:05:48 +02:00
|
|
|
USES= gettext pkgconfig waf
|
2007-04-30 00:57:04 +02:00
|
|
|
INSTALLS_OMF= yes
|
2010-01-04 22:23:40 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2016-06-18 16:58:34 +02:00
|
|
|
USE_GNOME= gtkhtml4 intlhack gtk30 gconf2 libgsf \
|
|
|
|
gtk-update-icon-cache
|
2010-10-21 19:36:18 +02:00
|
|
|
|
2014-07-16 05:00:46 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-04-08 17:05:48 +02:00
|
|
|
post-install:
|
2014-12-25 02:58:48 +01:00
|
|
|
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
|
2007-04-30 00:57:04 +02:00
|
|
|
|
2010-05-28 01:07:52 +02:00
|
|
|
.include <bsd.port.mk>
|