Xiphos is a Bible study application for GNOME. Xiphos is based on The SWORD Project by the CrossWire Bible Society, a framework for providing tools useful for studying the Bible and additional information like commentaries, dictionaries, and other texts using your computer.
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/28 15:06:44 ggergely Exp $
|
|
#
|
|
|
|
DISTNAME= xiphos-3.1.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://downloads.sourceforge.net/project/gnomesword/Xiphos/3.1.3/
|
|
|
|
MAINTAINER= elentirmo.gilgalad@gmail.com
|
|
HOMEPAGE= http://downloads.sourceforge.net/project/gnomesword/Xiphos/3.1.3/
|
|
COMMENT= Xiphos (formerly GnomeSword) is a Bible study tool using GTK
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= intltool gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgsf/buildlink3.mk"
|
|
.include "../../devel/xulrunner/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../wip/sword/buildlink3.mk"
|
|
.include "../../www/gtkhtml314/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|