pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xv
Module Name: pkgsrc
Committed By: tsutsui
Date: Thu Feb 21 06:00:22 UTC 2019
Added Files:
pkgsrc/graphics/xv: options.mk
Log Message:
xv: add a missed options.mk file in the previous commit.
> xv: make ghostscript support optional and disable it by default.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/xv/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/graphics/xv/options.mk
diff -u /dev/null pkgsrc/graphics/xv/options.mk:1.1
--- /dev/null Thu Feb 21 06:00:22 2019
+++ pkgsrc/graphics/xv/options.mk Thu Feb 21 06:00:22 2019
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2019/02/21 06:00:22 tsutsui Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xv
+PKG_SUPPORTED_OPTIONS= ghostscript
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+# Postscript support using installed ghostscript commands
+.if !empty(PKG_OPTIONS:Mghostscript)
+USE_TOOLS+= gs:run
+IMAKEOPTS+= -DUseInstalledGhostScript
+.else
+IMAKEOPTS+= -UUseInstalledGhostScript
+.endif
Home |
Main Index |
Thread Index |
Old Index