2011-06-18 01:23:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hyphen
|
2014-10-06 15:45:10 +02:00
|
|
|
PORTVERSION= 2.8.8
|
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
|
|
|
|
|
2014-07-16 18:07:56 +02:00
|
|
|
LICENSE= LGPL21 LGPL3 MPL
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-06-18 01:23:20 +02:00
|
|
|
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
|
|
|
|
2014-07-16 18:07:56 +02:00
|
|
|
CONFIGURE_ENV= ac_cv_prog_AWK=gawk
|
2011-07-29 15:08:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-16 18:07:56 +02:00
|
|
|
USES= libtool 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
|
2014-06-30 01:13:18 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-06-18 01:23:20 +02:00
|
|
|
|
2011-07-29 15:08:08 +02:00
|
|
|
PLIST_FILES= bin/substrings.pl \
|
|
|
|
include/hyphen.h \
|
|
|
|
lib/libhyphen.a \
|
|
|
|
lib/libhyphen.so \
|
2014-06-30 01:13:18 +02:00
|
|
|
lib/libhyphen.so.0 \
|
|
|
|
lib/libhyphen.so.0.3.0 \
|
2011-07-29 15:08:08 +02:00
|
|
|
%%DATADIR%%/hyph_en_US.dic
|
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
|
|
|
|
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
|
2011-07-20 17:21:11 +02:00
|
|
|
|
2011-06-18 01:23:20 +02:00
|
|
|
.include <bsd.port.mk>
|