summaryrefslogtreecommitdiff
path: root/textproc/diction/options.mk
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2007-12-04 00:57:37 +0000
committerbjs <bjs@pkgsrc.org>2007-12-04 00:57:37 +0000
commitbead27ba092eb3db6bc334f669ecdbb08fc6f4e5 (patch)
tree0096a667cc17deca822134d65606b1250ea81177 /textproc/diction/options.mk
parentfcebbfe0f991ccc9552493470cd80dfeb8c36619 (diff)
downloadpkgsrc-bead27ba092eb3db6bc334f669ecdbb08fc6f4e5.tar.gz
Update to version 1.11. While here: libtoolize, switch to gmake
(generating po files properly seems to need this), add pcre support. Changes before version 1.10 are unavailable. The following things have been changed compared to version 1.10: o Bugfix in ellipsis processing o Support for Dutch o GPL 3.0 o Use autoconf 2.61
Diffstat (limited to 'textproc/diction/options.mk')
-rw-r--r--textproc/diction/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/diction/options.mk b/textproc/diction/options.mk
new file mode 100644
index 00000000000..68a62ffc6d6
--- /dev/null
+++ b/textproc/diction/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2007/12/04 00:57:38 bjs Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.diction
+PKG_SUPPORTED_OPTIONS= pcre
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mpcre)
+LIBPCREPOSIX= -lpcreposix
+MAKE_ENV+= LIBPCREPOSIX=${LIBPCREPOSIX:Q}
+. include "../../devel/pcre/buildlink3.mk"
+.endif