pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/blackbox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun 10 19:05:47 UTC 2021

Added Files:
        pkgsrc/wm/blackbox: options.mk

Log Message:
blackbox: add options.mk missed in migration from blackbox70


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/blackbox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/wm/blackbox/options.mk
diff -u /dev/null pkgsrc/wm/blackbox/options.mk:1.1
--- /dev/null   Thu Jun 10 19:05:47 2021
+++ pkgsrc/wm/blackbox/options.mk       Thu Jun 10 19:05:47 2021
@@ -0,0 +1,27 @@
+# $NetBSD: options.mk,v 1.1 2021/06/10 19:05:47 gutteridge Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.blackbox70
+PKG_SUPPORTED_OPTIONS= nls xft2
+PKG_SUGGESTED_OPTIONS= nls xft2
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=   nls
+
+# The nls option also controls whether the fr/ja/nl/sl man pages are
+# installed.
+.if !empty(PKG_OPTIONS:Mnls)
+BROKEN_GETTEXT_DETECTION=      yes
+CONFIGURE_ARGS+=       --enable-nls
+.include "../../devel/gettext-lib/buildlink3.mk"
+PLIST.nls=     yes
+.else
+CONFIGURE_ARGS+=       --disable-nls
+.endif
+
+.if !empty(PKG_OPTIONS:Mxft2)
+CONFIGURE_ARGS+=       --enable-xft
+.include "../../x11/libXft/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-xft
+.endif



Home | Main Index | Thread Index | Old Index