Changeset View
Changeset View
Standalone View
Standalone View
head/textproc/hunspell/Makefile
Show All 13 Lines | |||||
LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
LICENSE_FILE_GPLv2+ = ${_LICENSE_STORE}/GPLv2 | LICENSE_FILE_GPLv2+ = ${_LICENSE_STORE}/GPLv2 | ||||
LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 | LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 | ||||
LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL | LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL | ||||
CONFLICTS_INSTALL= tinker-[0-9]* | CONFLICTS_INSTALL= tinker-[0-9]* | ||||
CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui | CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
USES= autoreconf libtool:keepla pathfix iconv ncurses \ | USES= autoreconf compiler:c++11-lib libtool:keepla pathfix \ | ||||
readline shebangfix perl5 | iconv ncurses readline shebangfix perl5 | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
SHEBANG_FILES= src/tools/ispellaff2myspell | SHEBANG_FILES= src/tools/ispellaff2myspell | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USE_PERL5= run | USE_PERL5= run | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
PLIST_SUB= SHLIB_VER=${PORTVERSION:R} | PLIST_SUB= SHLIB_VER=${PORTVERSION:R} | ||||
Show All 10 Lines |