2011-09-16 08:29:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/09/16 12:29:18 espie Exp $
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
|
|
|
|
COMMENT = Thunar vcs integration plugin
|
|
|
|
|
2011-03-20 16:27:00 -04:00
|
|
|
XFCE_VERSION = 0.1.4
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
THUNAR_PLUGIN = thunar-vcs-plugin
|
2011-09-16 08:29:12 -04:00
|
|
|
REVISION= 0
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = x11/xfce4
|
|
|
|
|
|
|
|
# --as-needed fucks linking with pthread
|
|
|
|
CONFIGURE_ARGS += --disable-linker-opts
|
|
|
|
# correctly find bindtextdomain
|
|
|
|
CONFIGURE_ENV += LIBS='-liconv'
|
|
|
|
|
2011-01-19 14:22:30 -05:00
|
|
|
RUN_DEPENDS = x11/xfce4/thunar \
|
|
|
|
devel/git
|
|
|
|
BUILD_DEPENDS +=x11/xfce4/thunar
|
2009-11-08 12:31:14 -05:00
|
|
|
|
2011-03-20 16:27:00 -04:00
|
|
|
LIB_DEPENDS = x11/gtk+2 \
|
2010-11-22 03:36:47 -05:00
|
|
|
devel/subversion
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
|
2011-03-20 16:27:00 -04:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender apr-1 aprutil-1 asn1
|
2011-03-20 16:27:00 -04:00
|
|
|
WANTLIB += atk-1.0 c cairo crypto db expat
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gssapi gthread-2.0
|
2011-03-20 16:27:00 -04:00
|
|
|
WANTLIB += gtk-x11-2.0 krb5 m neon pcre pixman-1 png pthread
|
|
|
|
WANTLIB += pthread-stubs sasl2 sqlite3 ssl
|
|
|
|
WANTLIB += xcb xfce4util z xcb-render
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2010-07-27 08:58:42 -04:00
|
|
|
WANTLIB += svn_client-1 svn_delta-1 svn_diff-1 svn_fs-1 svn_fs_base-1
|
|
|
|
WANTLIB += svn_fs_fs-1 svn_fs_util-1 svn_ra-1 svn_ra_local-1 svn_ra_neon-1
|
2011-01-18 15:56:13 -05:00
|
|
|
WANTLIB += svn_ra_svn-1 svn_repos-1 svn_subr-1 svn_wc-1 GL Xxf86vm drm xcb-shm
|
Import thunar-vcs 0.1.0:
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
2009-09-29 16:06:24 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|