summaryrefslogtreecommitdiff
path: root/net/aiccu
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-09-01 06:48:27 +0000
committerghen <ghen@pkgsrc.org>2006-09-01 06:48:27 +0000
commited6c849b69fbdb0fe808ca5eaeb3d3c5d4bd6953 (patch)
tree3526c77accbac4a38dad29c011bb46d0a6673b7d /net/aiccu
parentcd965c7a15009c9bd84dbf19b6855eb41424028d (diff)
downloadpkgsrc-ed6c849b69fbdb0fe808ca5eaeb3d3c5d4bd6953.tar.gz
I forgot to cvs add options.mk, noted by taca.
Diffstat (limited to 'net/aiccu')
-rw-r--r--net/aiccu/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/aiccu/options.mk b/net/aiccu/options.mk
new file mode 100644
index 00000000000..49a32635ec3
--- /dev/null
+++ b/net/aiccu/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2006/09/01 06:48:27 ghen Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.aiccu
+PKG_SUPPORTED_OPTIONS= gnutls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+.include "../../security/gnutls/buildlink3.mk"
+CFLAGS+= -D AICCU_GNUTLS
+LDFLAGS+= -lgnutls
+.endif