pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/raine
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 26 14:10:07 UTC 2024
Added Files:
pkgsrc/emulators/raine: options.mk
Log Message:
raine: add the options.mk (not very interesting)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/raine/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/emulators/raine/options.mk
diff -u /dev/null pkgsrc/emulators/raine/options.mk:1.1
--- /dev/null Tue Mar 26 14:10:07 2024
+++ pkgsrc/emulators/raine/options.mk Tue Mar 26 14:10:07 2024
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2024/03/26 14:10:07 nia Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.raine
+PKG_SUPPORTED_OPTIONS= debug
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CFLAGS+= -DRAINE_DEBUG=1
+.endif
Home |
Main Index |
Thread Index |
Old Index