Changeset View
Changeset View
Standalone View
Standalone View
devel/git/Makefile
| Show All 11 Lines | EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ | ||||
| ${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX} | ${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX} | ||||
| MAINTAINER= garga@FreeBSD.org | MAINTAINER= garga@FreeBSD.org | ||||
| COMMENT?= Distributed source code management tool | COMMENT?= Distributed source code management tool | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| SELF_DEPENDS.perl= main | |||||
| SELF_DEPENDS.gitweb= perl | |||||
| SELF_DEPENDS.send-email= perl | |||||
| SELF_DEPENDS.subversion= perl | |||||
| CONFLICTS_INSTALL?= git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]* | CONFLICTS_INSTALL?= git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]* | ||||
| USERS= git_daemon | USERS= git_daemon | ||||
| GROUPS= git_daemon | GROUPS= git_daemon | ||||
| SUB_FILES= pkg-message gitweb.conf | SUB_FILES= pkg-message gitweb.conf | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| Show All 25 Lines | |||||
| OPTIONS_RADIO= PCRE_VERSION | OPTIONS_RADIO= PCRE_VERSION | ||||
| OPTIONS_RADIO_PCRE_VERSION= PCRE PCRE2 | OPTIONS_RADIO_PCRE_VERSION= PCRE PCRE2 | ||||
| OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \ | OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \ | ||||
| SEND_EMAIL NLS SUBTREE | SEND_EMAIL NLS SUBTREE | ||||
| OPTIONS_DEFAULT= CONTRIB P4 CVS PERL GITWEB ICONV CURL SEND_EMAIL PCRE \ | OPTIONS_DEFAULT= CONTRIB P4 CVS PERL GITWEB ICONV CURL SEND_EMAIL PCRE \ | ||||
| SUBTREE | SUBTREE | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| .if defined(PACKAGE_BUILDING) | |||||
| OPTIONS_DEFAULT+= SVN | |||||
| .endif | |||||
| GITWEB_DESC= Install gitweb | GITWEB_DESC= Install gitweb | ||||
| CONTRIB_DESC= Install contributed scripts | CONTRIB_DESC= Install contributed scripts | ||||
| P4_DESC= Enable Perforce support | P4_DESC= Enable Perforce support | ||||
| PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) | PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) | ||||
| CVS_DESC= Enable CVS support | CVS_DESC= Enable CVS support | ||||
| HTMLDOCS_DESC= Install additional documentation | HTMLDOCS_DESC= Install additional documentation | ||||
| SEND_EMAIL_DESC=Enable the git-send-email(1) script | SEND_EMAIL_DESC=Enable the git-send-email(1) script | ||||
| SUBTREE_DESC= Install git-subtree | SUBTREE_DESC= Install git-subtree | ||||
| NLS_USES= gettext | NLS_USES= gettext | ||||
| NLS_MAKE_ARGS_OFF= NO_GETTEXT=yes | NLS_MAKE_ARGS_OFF= NO_GETTEXT=yes | ||||
| PERL_USES= perl5 | PERL_USES= perl5 | ||||
| PERL_CONFIGURE_WITH= perl=${PERL} | PERL_CONFIGURE_WITH= perl=${PERL} | ||||
| PERL_BUILD_DEPENDS= p5-Error>=0:lang/p5-Error | PERL_BUILD_DEPENDS.perl= p5-Error>=0:lang/p5-Error | ||||
| PERL_RUN_DEPENDS= p5-Error>=0:lang/p5-Error | PERL_RUN_DEPENDS.perl= p5-Error>=0:lang/p5-Error | ||||
| PERL_MAKE_ARGS_OFF= NO_PERL=1 | PERL_MAKE_ARGS_OFF= NO_PERL=1 | ||||
| PERL_SUBPACKAGES= perl | |||||
| GITWEB_IMPLIES= PERL | GITWEB_IMPLIES= PERL | ||||
| GITWEB_RUN_DEPENDS= p5-CGI>=0:www/p5-CGI | GITWEB_RUN_DEPENDS.gitweb= p5-CGI>=0:www/p5-CGI | ||||
| GITWEB_SUBPACKAGES= gitweb | |||||
| PCRE_LIB_DEPENDS= libpcre.so:devel/pcre | PCRE_LIB_DEPENDS= libpcre.so:devel/pcre | ||||
| PCRE_CONFIGURE_WITH= libpcre1 | PCRE_CONFIGURE_WITH= libpcre1 | ||||
| PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 | PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 | ||||
| PCRE2_CONFIGURE_WITH= libpcre | PCRE2_CONFIGURE_WITH= libpcre | ||||
| SEND_EMAIL_IMPLIES= PERL | SEND_EMAIL_IMPLIES= PERL | ||||
| SEND_EMAIL_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ | SEND_EMAIL_RUN_DEPENDS.send-email= p5-Authen-SASL>=0:security/p5-Authen-SASL \ | ||||
| p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL | p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL | ||||
| SEND_EMAIL_SUBPACKAGES= send_email | |||||
| ICONV_USES= iconv | ICONV_USES= iconv | ||||
| ICONV_MAKE_ARGS_OFF= NO_ICONV=1 | ICONV_MAKE_ARGS_OFF= NO_ICONV=1 | ||||
| CURL_MAKE_ENV= CURLDIR=${LOCALBASE} | CURL_MAKE_ENV= CURLDIR=${LOCALBASE} | ||||
| CURL_BUILD_DEPENDS= curl:ftp/curl | CURL_BUILD_DEPENDS= curl:ftp/curl | ||||
| CURL_RUN_DEPENDS= curl:ftp/curl | CURL_RUN_DEPENDS= curl:ftp/curl | ||||
| CURL_LIB_DEPENDS= libexpat.so:textproc/expat2 | CURL_LIB_DEPENDS= libexpat.so:textproc/expat2 | ||||
| CURL_MAKE_ARGS_OFF= NO_CURL=1 NO_EXPAT=1 | CURL_MAKE_ARGS_OFF= NO_CURL=1 NO_EXPAT=1 | ||||
| HTMLDOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} | HTMLDOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} | ||||
| GUI_USES= tk | GUI_USES= tk | ||||
| GUI_MAKE_ARGS= TCL_PATH=${TCLSH} TCLTK_PATH=${WISH} | GUI_MAKE_ARGS= TCL_PATH=${TCLSH} TCLTK_PATH=${WISH} | ||||
| GUI_MAKE_ARGS_OFF= NO_TCLTK=yes | GUI_MAKE_ARGS_OFF= NO_TCLTK=yes | ||||
| # While this port does not explicitly honor WITH_SUBVERSION_VER knob it does | # While this port does not explicitly honor WITH_SUBVERSION_VER knob it does | ||||
| # depend upon devel/p5-subversion, which does honor that knob. If you want | # depend upon devel/p5-subversion, which does honor that knob. If you want | ||||
| # to have git use devel/subversion18 it will be brought in through | # to have git use devel/subversion18 it will be brought in through | ||||
| # devel/p5-subversion if you set WITH_SUBVERSION_VER=18. Otherwise | # devel/p5-subversion if you set WITH_SUBVERSION_VER=18. Otherwise | ||||
| # devel/subversion will be brought in. | # devel/subversion will be brought in. | ||||
| SVN_RUN_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ | SVN_IMPLIES= PERL | ||||
| SVN_RUN_DEPENDS.subversion= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ | |||||
| p5-subversion>=0:devel/p5-subversion | p5-subversion>=0:devel/p5-subversion | ||||
| SVN_SUBPACKAGES= subversion | |||||
| SUBTREE_BUILD_DEPENDS= xmlto:textproc/xmlto \ | SUBTREE_BUILD_DEPENDS= xmlto:textproc/xmlto \ | ||||
| asciidoc:textproc/asciidoc \ | asciidoc:textproc/asciidoc \ | ||||
| docbook-xml>0:textproc/docbook-xml | docbook-xml>0:textproc/docbook-xml | ||||
| CVS_RUN_DEPENDS= cvsps:devel/cvsps | CVS_RUN_DEPENDS= cvsps:devel/cvsps | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| ▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines | |||||