pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-libwww Add missing options.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/161fbf3f22c9
branches:  trunk
changeset: 535652:161fbf3f22c9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Nov 24 16:18:16 2007 +0000

description:
Add missing options.mk

diffstat:

 www/p5-libwww/options.mk |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 9196708d808a -r 161fbf3f22c9 www/p5-libwww/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-libwww/options.mk  Sat Nov 24 16:18:16 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: options.mk,v 1.1 2007/11/24 16:18:16 adrianp Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-libwww
+
+PKG_SUPPORTED_OPTIONS= libwww-aliases
+
+.if ${OPSYS} != "Darwin"
+PKG_SUGGESTED_OPTIONS= libwww-aliases
+.endif
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Do we install aliases ?
+###
+.if !empty(PKG_OPTIONS:Mlibwww-aliases)
+ALIASES=               yes
+.else
+ALIASES=               no
+.endif



Home | Main Index | Thread Index | Old Index