2010-10-11 04:11:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:19:37 jasper 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
|
|
|
|
|
2009-11-08 12:31:14 -05:00
|
|
|
XFCE_VERSION = 0.1.2
|
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
|
2010-10-11 04:11:24 -04:00
|
|
|
REVISION = 5
|
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'
|
|
|
|
|
2009-11-08 12:31:14 -05:00
|
|
|
RUN_DEPENDS = ::devel/git
|
|
|
|
|
2010-07-27 08:58:42 -04:00
|
|
|
LIB_DEPENDS = ::x11/xfce4/thunar \
|
|
|
|
::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
|
|
|
|
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender apr-1 aprutil-1 asn1
|
2010-07-27 08:58:42 -04:00
|
|
|
WANTLIB += atk-1.0 c cairo crypto db execinfo exo-0.3 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
|
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 += gtk-x11-2.0 jpeg krb5 m neon pcre pixman-1 png pthread
|
2010-07-27 08:58:42 -04:00
|
|
|
WANTLIB += pthread-stubs sasl2 sqlite3 ssl startup-notification-1
|
|
|
|
WANTLIB += xcb xcb-atom xcb-aux xcb-event xfce4util z xcb-render
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 gamin-1 thunar-vfs-1
|
|
|
|
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
|
|
|
|
WANTLIB += svn_ra_svn-1 svn_repos-1 svn_subr-1 svn_wc-1 xcb-render-util
|
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>
|