diff options
author | ghen <ghen@pkgsrc.org> | 2006-09-01 06:48:27 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-09-01 06:48:27 +0000 |
commit | d016b15a089388c86b1854c333f63ea4a331c1ca (patch) | |
tree | 3526c77accbac4a38dad29c011bb46d0a6673b7d | |
parent | 0c55bdc043fa36d418f934fc849928e47bed0b20 (diff) | |
download | pkgsrc-d016b15a089388c86b1854c333f63ea4a331c1ca.tar.gz |
I forgot to cvs add options.mk, noted by taca.
-rw-r--r-- | net/aiccu/options.mk | 12 |
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 |