summaryrefslogtreecommitdiff
path: root/devel/thunar-vcs-plugin/Makefile
blob: 022e78809b8128bb302c845871902d3511386ef2 (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
# New ports collection makefile for:	thunar-svn-plugin
# Date created: 	2008-10-15
# Whom:			Sergey V. Dyatko <sergey.dyatko@gmail.com>
#	
# $FreeBSD$
#

PORTNAME=	thunar-svn-plugin
PORTVERSION=	0.0.3
CATEGORIES=	devel xfce
MASTER_SITES=	http://goodies.xfce.org/releases/thunar-svn-plugin/
DIST_SUBDIR=	xfce4

MAINTAINER=	sergey.dyatko@gmail.com
COMMENT=	Subversion plugin for Thunar

LIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gtk20
USE_XFCE=	configenv libexo thunar

BROKEN=		does not compile

.include <bsd.port.mk>