mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
fbbd6f882e
The current features are: Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete, export, import, lock, log, move, properties, relocate, resolved, revert, status, switch, unlock, update. Subversion info in file properties dialog. WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin PR: ports/128117 Submitted by: Sergey V. Dyatko <sergey.dyatko at gmail.com>
27 lines
582 B
Makefile
27 lines
582 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.2
|
|
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.mk>
|