Changeset View
Changeset View
Standalone View
Standalone View
devel/thunar-vcs-plugin/Makefile
| PORTNAME= thunar-vcs-plugin | PORTNAME= thunar-vcs-plugin | ||||
| PORTVERSION= 0.2.0 | PORTVERSION= 0.2.0 | ||||
| PORTREVISION= 6 | PORTREVISION= 7 | ||||
| CATEGORIES= devel xfce | CATEGORIES= devel xfce | ||||
| MASTER_SITES= XFCE/thunar-plugins | MASTER_SITES= XFCE/thunar-plugins | ||||
| DIST_SUBDIR= xfce4 | DIST_SUBDIR= xfce4 | ||||
| MAINTAINER= sergey.dyatko@gmail.com | MAINTAINER= sergey.dyatko@gmail.com | ||||
| COMMENT= Version Control System plugin for Thunar | COMMENT= Version Control System plugin for Thunar | ||||
| WWW= https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin | WWW= https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin | ||||
| Show All 16 Lines | |||||
| GIT_CONFIGURE_ENABLE= git | GIT_CONFIGURE_ENABLE= git | ||||
| GIT_RUN_DEPENDS= git:devel/git | GIT_RUN_DEPENDS= git:devel/git | ||||
| NLS_CONFIGURE_ENABLE= nls | NLS_CONFIGURE_ENABLE= nls | ||||
| NLS_USES= gettext-runtime | NLS_USES= gettext-runtime | ||||
| SUBVERSION_CONFIGURE_ENABLE= subversion | SUBVERSION_CONFIGURE_ENABLE= subversion | ||||
| SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| libapr-1.so:devel/apr1 | SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion-lts | ||||
| .else | |||||
| SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion | |||||
| .endif | |||||
| SUBVERSION_LIB_DEPENDS+= libapr-1.so:devel/apr1 | |||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||