Lines 13-23
Link Here
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
15 |
|
|
|
16 |
BUILD_DEPENDS= gsed:textproc/gsed |
17 |
|
16 |
USES= iconv gmake ncurses readline:port |
18 |
USES= iconv gmake ncurses readline:port |
17 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
18 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
20 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
|
|
21 |
CONFIGURE_ENV+= ac_cv_prog_SED=${LOCALBASE}/bin/gsed |
19 |
MAKE_ARGS= V=1 |
22 |
MAKE_ARGS= V=1 |
20 |
|
23 |
|
|
|
24 |
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed |
25 |
|
21 |
INSTALL_TARGET= install install-doc-man |
26 |
INSTALL_TARGET= install install-doc-man |
22 |
|
27 |
|
23 |
PLIST_FILES= bin/tig \ |
28 |
PLIST_FILES= bin/tig \ |