freebsd-ports/misc/xiphos/Makefile

37 lines
933 B
Makefile
Raw Normal View History

# $FreeBSD$
2009-02-02 14:54:59 +01:00
PORTNAME= xiphos
2014-01-16 21:45:25 +01:00
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
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
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
RUN_DEPENDS= yelp:x11/yelp
USES= gettext pkgconfig waf
INSTALLS_OMF= yes
2010-01-04 22:23:40 +01:00
INSTALLS_ICONS= yes
USE_GNOME= gtkhtml4 intlhack gtk30 gconf2 libgsf \
gtk-update-icon-cache
2010-10-21 19:36:18 +02:00
OPTIONS_DEFINE= DOCS
post-install:
2014-12-25 02:58:48 +01:00
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
.include <bsd.port.mk>