aboutsummaryrefslogblamecommitdiff
path: root/x11/xfce4-clipman-plugin/Makefile
blob: 7e5d8a41ac54e3dc6147776dcd996a9d97e7f03d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                    
                     
                        
                                  
                     
 
                                
                                                    
                                                                                    
 
                     
 

                                             

                                                                          
                                                      
                                    
                                         

                   
                                 
                             
 

                          
 
                               



                                       
                                                           
                                   
 
                      
PORTNAME=	xfce4-clipman-plugin
PORTVERSION=	1.6.6
CATEGORIES=	x11 xfce
MASTER_SITES=	XFCE/panel-plugins
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Clipboard manager for the Xfce panel
WWW=		https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin

LICENSE=	GPLv2

LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz

USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
		tar:bzip2 xfce xorg
USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE=	libmenu panel xfconf
USE_XORG=	ice sm x11 xorgproto xtst

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-wayland
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	NLS QRCODE
OPTIONS_SUB=	yes

QRCODE_DESC=	QR Code support

NLS_USES=		gettext-runtime
NLS_CONFIGURE_ENABLE=	nls

QRCODE_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
QRCODE_CONFIGURE_ENABLE=libqrencode

.include <bsd.port.mk>