freebsd-ports/devel/thunar-svn-plugin/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
700 B
Makefile

# 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
PORTREVISION= 5
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not configure on 6.X
.endif
.include <bsd.port.post.mk>