Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= tig |
4 |
PORTNAME= tig |
5 |
PORTVERSION= 2.3.0 |
5 |
PORTVERSION= 2.3.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ |
8 |
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ |
8 |
|
9 |
|
Lines 12-19
Link Here
|
12 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
15 |
|
15 |
RUN_DEPENDS= git:devel/git |
|
|
16 |
|
17 |
USES= iconv gmake ncurses readline:port |
16 |
USES= iconv gmake ncurses readline:port |
18 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
18 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
Lines 24-31
Link Here
|
24 |
|
23 |
|
25 |
PLIST_FILES= bin/tig etc/tigrc |
24 |
PLIST_FILES= bin/tig etc/tigrc |
26 |
|
25 |
|
27 |
OPTIONS_DEFINE= MANPAGES |
26 |
OPTIONS_DEFINE= GIT MANPAGES |
28 |
OPTIONS_DEFAULT=MANPAGES |
27 |
OPTIONS_DEFAULT=MANPAGES |
|
|
28 |
GIT_DESC= Install devel/git as runtime dependency |
29 |
GIT_RUN_DEPENDS= git:devel/git |
30 |
GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" |
29 |
|
31 |
|
30 |
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ |
32 |
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ |
31 |
xmlto:textproc/xmlto |
33 |
xmlto:textproc/xmlto |