summaryrefslogtreecommitdiffstats
path: root/finance/gnucash-docs/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 12:51:50 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 12:51:50 +0800
commit03ad249fa1d9294261092e4152db4975b6ddcd9d (patch)
tree35b46083ed1e063b989b8a559485cbb419eb6f76 /finance/gnucash-docs/Makefile
parent02f6f5857ebefb11898bf4ba6d8afef1c8d78bb0 (diff)
downloadmarcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.gz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.bz2
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.lz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.xz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.zst
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash-docs/Makefile')
-rw-r--r--finance/gnucash-docs/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
new file mode 100644
index 000000000..78280177e
--- /dev/null
+++ b/finance/gnucash-docs/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnucash-doc
+# Date created: Sun Feb 16 2003
+# Whom: Glenn Johnson <glennpj@charter.net>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnucash-docs
+PORTVERSION= 2.0.1
+PORTREVISION= 2
+CATEGORIES= finance gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.gnucash.org/pub/gnucash/sources/stable/ \
+ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
+ http://www.linas.org/pub/
+MASTER_SITE_SUBDIR= gnucash
+
+MAINTAINER= ahze@FreeBSD.org
+COMMENT= Documentation for gnucash
+
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \
+ yelp:${PORTSDIR}/x11/yelp
+
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+USE_GNOME= libxml2 gnomehier
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
+
+.include <bsd.port.mk>