pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/silc-toolkit Add options.mk, missed in the previ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9854991f2f
branches:  trunk
changeset: 492276:dc9854991f2f
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Apr 08 15:45:24 2005 +0000

description:
Add options.mk, missed in the previous commit.

diffstat:

 devel/silc-toolkit/options.mk |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r ac193dbd45e5 -r dc9854991f2f devel/silc-toolkit/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/silc-toolkit/options.mk     Fri Apr 08 15:45:24 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2005/04/08 15:45:24 salo Exp $
+#
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.silc-toolkit
+PKG_SUPPORTED_OPTIONS= debug inet6
+PKG_DEFAULT_OPTIONS=   inet6
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+=       --enable-debug
+.endif
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif



Home | Main Index | Thread Index | Old Index