xref: /mports/devel/thunar-vcs-plugin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	thunar-vcs-plugin
2PORTVERSION=	0.4.0
3CATEGORIES=	devel xfce
4MASTER_SITES=	XFCE/thunar-plugins
5DIST_SUBDIR=	xfce4
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Version Control System plugin for Thunar
9WWW=		https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin
10
11LICENSE=	gpl2
12LICENSE_FILE=	${WRKSRC}/COPYING
13
14USES=		compiler:c11 gettext-tools gnome localbase meson pkgconfig \
15		tar:xz xfce
16USE_GNOME=	glib20 gtk30
17USE_XFCE=	libexo thunar
18
19OPTIONS_DEFINE=		GIT NLS SUBVERSION
20OPTIONS_DEFAULT=	GIT
21OPTIONS_SUB=		yes
22
23GIT_RUN_DEPENDS=	git:devel/git
24GIT_MESON_ENABLED=	git
25
26NLS_USES=		gettext-runtime
27
28.if ${WITH_SUBVERSION_VER:U} == LTS
29SUBVERSION_LIB_DEPENDS=		libsvn_client-1.so:devel/subversion-lts
30.else
31SUBVERSION_LIB_DEPENDS=		libsvn_client-1.so:devel/subversion
32.endif
33SUBVERSION_LIB_DEPENDS+=	libapr-1.so:devel/apr1
34SUBVERSION_MESON_ENABLED=	svn
35
36post-patch-NLS-off:
37	@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
38
39.include <bsd.port.mk>
40

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026