aboutsummaryrefslogtreecommitdiff
path: root/devel/thunar-vcs-plugin/Makefile
blob: 0342ed25a0e3b09c93d2a016ba28cd0261eee448 (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
35
36
37
PORTNAME=	thunar-vcs-plugin
PORTVERSION=	0.2.0
PORTREVISION=	2
CATEGORIES=	devel xfce
MASTER_SITES=	XFCE/thunar-plugins
DIST_SUBDIR=	xfce4

MAINTAINER=	sergey.dyatko@gmail.com
COMMENT=	Version Control System plugin for Thunar
WWW=		https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c11 gettext-tools gmake gnome libtool localbase \
		pkgconfig tar:bzip2 xfce
USE_GNOME=	cairo gtk30 glib20 intltool
USE_XFCE=	libexo thunar

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=		GIT NLS SUBVERSION
OPTIONS_DEFAULT=	SUBVERSION
OPTIONS_SUB=		yes

GIT_CONFIGURE_ENABLE=	git
GIT_RUN_DEPENDS=	git:devel/git

NLS_CONFIGURE_ENABLE=	nls
NLS_USES=		gettext-runtime

SUBVERSION_CONFIGURE_ENABLE=	subversion
SUBVERSION_LIB_DEPENDS=		libsvn_client-1.so:devel/subversion \
				libapr-1.so:devel/apr1

.include <bsd.port.mk>