2001-03-13 00:20:03 +01:00
|
|
|
# New ports collection makefile for: ukr-ispell
|
|
|
|
# Date created: 5 Dec 2000
|
|
|
|
# Whom: mi
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-03-22 11:27:08 +01:00
|
|
|
PORTNAME= ispell-uk
|
2003-12-10 07:16:10 +01:00
|
|
|
PORTVERSION= 0.7
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-17 05:53:15 +02:00
|
|
|
CATEGORIES= textproc ukrainian
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
2001-03-13 00:20:03 +01:00
|
|
|
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Ukrainian (KOI8-U) dictionary for ISPELL
|
2001-03-13 00:20:03 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
|
|
|
|
|
2002-03-22 11:27:08 +01:00
|
|
|
USE_BZIP2= YES
|
|
|
|
ALL_TARGET= koi
|
|
|
|
USE_GMAKE= YES
|
2002-11-04 04:17:29 +01:00
|
|
|
USE_PERL5= yes
|
2002-03-22 11:27:08 +01:00
|
|
|
|
|
|
|
# Still need gmake for other reasons :-\
|
|
|
|
#post-patch:
|
|
|
|
# ${PERL} -pi -e 's,\$$\(MAKE\) -C (\w+),cd \1 && make,g' \
|
|
|
|
# ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && ${SH} ./makeconfig.sh \
|
|
|
|
-ispell=${PREFIX}/share/ispell -default=koi
|
2001-03-13 00:20:03 +01:00
|
|
|
|
|
|
|
do-install:
|
2002-03-22 11:27:08 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/ukrainian-koi.hash \
|
|
|
|
${PREFIX}/share/ispell/ukrainian.hash
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Affix/ukrainian-koi.aff \
|
|
|
|
${PREFIX}/share/ispell/ukrainian.aff
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Dictionary/ukrainian-koi.dict \
|
|
|
|
${PREFIX}/share/ispell/ukrainian.dict
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin
|
2001-03-13 00:20:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|