svn commit: r356254 - head/net-im/venom

Thierry Thomas thierry at FreeBSD.org
Mon Jun 2 21:24:35 UTC 2014


Author: thierry
Date: Mon Jun  2 21:24:35 2014
New Revision: 356254
URL: http://svnweb.freebsd.org/changeset/ports/356254
QAT: https://qat.redports.org/buildarchive/r356254/

Log:
  Add an option to show the QR code.

Modified:
  head/net-im/venom/Makefile

Modified: head/net-im/venom/Makefile
==============================================================================
--- head/net-im/venom/Makefile	Mon Jun  2 21:24:03 2014	(r356253)
+++ head/net-im/venom/Makefile	Mon Jun  2 21:24:35 2014	(r356254)
@@ -26,4 +26,10 @@ USE_GNOME=	glib20 gtk30
 USE_SQLITE=	yes
 INSTALLS_ICONS=	yes
 
+OPTIONS_DEFINE=		QRCODE
+OPTIONS_DEFAULT=	QRCODE
+QRCODE_DESC=		"Show QR codes"
+QRCODE_CMAKE_ON=	-DENABLE_QR_ENCODE:BOOL="ON"
+QRCODE_LIB_DEPENDS=	libqrencode.so:${PORTSDIR}/graphics/libqrencode
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list