2011-06-18 01:23:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hyphen
|
2012-09-19 12:10:52 +02:00
|
|
|
PORTVERSION= 2.8.6
|
2013-11-04 12:30:40 +01:00
|
|
|
PORTREVISION= 1
|
2011-06-18 01:23:20 +02:00
|
|
|
CATEGORIES= textproc
|
2011-10-07 04:29:36 +02:00
|
|
|
MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/
|
2012-07-13 10:43:20 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2011-06-18 01:23:20 +02:00
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-06-18 01:23:20 +02:00
|
|
|
COMMENT= Library for high quality hyphenation and justification
|
|
|
|
|
|
|
|
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
|
|
|
|
2011-07-29 15:08:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-11-04 12:30:40 +01:00
|
|
|
USES= pathfix perl5 shebangfix
|
2011-06-18 01:23:20 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-11-04 12:30:40 +01:00
|
|
|
SHEBANG_FILES= substrings.pl
|
2011-06-18 01:23:20 +02:00
|
|
|
|
2013-03-27 00:22:42 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_prog_AWK=gawk
|
|
|
|
|
2011-07-29 15:08:08 +02:00
|
|
|
PLIST_FILES= bin/substrings.pl \
|
|
|
|
include/hyphen.h \
|
|
|
|
lib/libhyphen.a \
|
|
|
|
lib/libhyphen.la \
|
|
|
|
lib/libhyphen.so \
|
|
|
|
lib/libhyphen.so.2 \
|
|
|
|
%%DATADIR%%/hyph_en_US.dic
|
|
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
2011-06-18 01:23:20 +02:00
|
|
|
|
2011-07-20 17:21:11 +02:00
|
|
|
USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK \
|
|
|
|
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
|
2013-04-23 16:20:25 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= ac_cv_prog_AWK=gawk
|
2011-07-20 17:21:11 +02:00
|
|
|
.for ALIAS in ${USALIASES}
|
2011-07-29 15:08:08 +02:00
|
|
|
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
|
2011-07-20 17:21:11 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
post-install:
|
2011-07-29 15:08:08 +02:00
|
|
|
.for ALIAS in ${USALIASES}
|
2013-11-04 12:30:40 +01:00
|
|
|
${LN} -s hyph_en_US.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic
|
2011-07-29 15:08:08 +02:00
|
|
|
.endfor
|
2013-11-04 12:30:40 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhyphen.so.2
|
2011-07-20 17:21:11 +02:00
|
|
|
|
2011-06-18 01:23:20 +02:00
|
|
|
.include <bsd.port.mk>
|