diff options
Diffstat (limited to 'textproc/ispell-ro/Makefile')
-rw-r--r-- | textproc/ispell-ro/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/ispell-ro/Makefile b/textproc/ispell-ro/Makefile new file mode 100644 index 00000000000..2e383419a59 --- /dev/null +++ b/textproc/ispell-ro/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:41 rodent Exp $ +# + +DISTNAME= rom-spell +PKGNAME= ispell-romanian-20031216 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.cmu.edu/~mihaib/ftp/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell-dictionaries.html#Romanian-dicts +COMMENT= Romanian dictionary for ispell + +DEPENDS+= ispell>=3.1.20:../../textproc/ispell + +DIST_SUBDIR= ${PKGNAME_NOREV} + +INSTALLATION_DIRS= lib + +do-install: + ${INSTALL_DATA} ${WRKSRC}/rom.aff ${DESTDIR}${PREFIX}/lib/romanian.aff + ${INSTALL_DATA} ${WRKSRC}/rom.hash ${DESTDIR}${PREFIX}/lib/romanian.hash + ${INSTALL_DATA} ${WRKSRC}/rom.signs.aff ${DESTDIR}${PREFIX}/lib/romanian-signs.aff + ${INSTALL_DATA} ${WRKSRC}/rom.signs.hash ${DESTDIR}${PREFIX}/lib/romanian-signs.hash + +.include "../../mk/bsd.pkg.mk" |