summaryrefslogtreecommitdiffstats
path: root/finance/gnucash-docs/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-25 03:09:22 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-25 03:09:22 +0800
commit3c339dfcec4bf9beeeda4025a23c219d66b36fd6 (patch)
tree945f52c9e0c67e88f13dabf579359a35e8c28bfe /finance/gnucash-docs/Makefile
parenteafc316f9a0a3fc427f86046b551ed154e1795c9 (diff)
downloadmarcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar.gz
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar.bz2
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar.lz
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar.xz
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.tar.zst
marcuscom-ports-3c339dfcec4bf9beeeda4025a23c219d66b36fd6.zip
Update to 2.0.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8121 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash-docs/Makefile')
-rw-r--r--finance/gnucash-docs/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
new file mode 100644
index 000000000..a9411793f
--- /dev/null
+++ b/finance/gnucash-docs/Makefile
@@ -0,0 +1,34 @@
+# 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
+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"
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
+ ${REINPLACE_CMD} -e 's| $$(datadir)/omf| ${PREFIX}/share/gnome/omf|'
+
+.include <bsd.port.mk>