pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/remmina



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep 15 12:59:20 UTC 2019

Added Files:
        pkgsrc/net/remmina: options.mk

Log Message:
remmina: Add missing file.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/remmina/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/net/remmina/options.mk
diff -u /dev/null pkgsrc/net/remmina/options.mk:1.1
--- /dev/null   Sun Sep 15 12:59:20 2019
+++ pkgsrc/net/remmina/options.mk       Sun Sep 15 12:59:20 2019
@@ -0,0 +1,18 @@
+# $NetBSD: options.mk,v 1.1 2019/09/15 12:59:20 nia Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.remmina
+PKG_SUPPORTED_OPTIONS=         avahi libappindicator
+PKG_SUGGESTED_OPTIONS=         avahi libappindicator
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mavahi)
+CMAKE_ARGS+=   -DWITH_AVAHI=ON
+.include "../../net/avahi/buildlink3.mk"
+.else
+CMAKE_ARGS+=   -DWITH_AVAHI=OFF
+.endif
+
+.if !empty(PKG_OPTIONS:Mlibappindicator)
+.include "../../devel/libappindicator/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index