blob: 08fc47008392dabcc7a87032333da5864df3edc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Matt Lancereau <matt@rimasec.net>
# $FreeBSD$
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Clipboard manager for the Xfce panel
LICENSE= GPLv2
OPTIONS_DEFINE= QRCODE
QRCODE_DESC= QR Code support
QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
QRCODE_CONFIGURE_ENABLE= libqrencode
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
GNU_CONFIGURE= yes
USE_GNOME= gtk30 intltool glib20 cairo
USE_XFCE= panel
USE_XORG= ice sm x11 xtst xorgproto
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|