aboutsummaryrefslogtreecommitdiff
path: root/deskutils/clipit/Makefile
blob: e87715571a81655362227a14cd15fb1cc4630de1 (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
30
31
32
33
34
PORTNAME=	clipit
DISTVERSIONPREFIX=	v
DISTVERSION=	1.4.5
PORTREVISION=	3
CATEGORIES=	deskutils

MAINTAINER=	jrm@FreeBSD.org
COMMENT=	Lightweight GTK clipboard manager forked from parcellite
WWW=		https://github.com/CristianHenzel/ClipIt

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf gettext gmake gnome pkgconfig xorg
USE_GITHUB=	yes
GH_ACCOUNT=	CristianHenzel
GH_PROJECT=	ClipIt
USE_GNOME=	gtk30 intltool
USE_XORG=	x11

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--with-gtk3

OPTIONS_DEFINE=	NLS XDOTOOL
OPTIONS_SUB=	yes

XDOTOOL_DESC=	Automatic paste functionality

NLS_CONFIGURE_ON=	localedir=${LOCALBASE}/share/locale
NLS_CONFIGURE_OFF=	--disable-nls
XDOTOOL_RUN_DEPENDS+=	xdotool:x11/xdotool

.include <bsd.port.mk>