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 | ||||
CONFLICTS_INSTALL?= git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]* | CONFLICTS_INSTALL?= git-gui-[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 | ||||
USES= autoreconf gmake iconv shebangfix ssl tar:xz | USES= autoreconf gmake iconv shebangfix ssl tar:xz | ||||
Show All 21 Lines | |||||
CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no | CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no | ||||
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 SVN | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
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 | ||||
▲ Show 20 Lines • Show All 182 Lines • Show Last 20 Lines |