pkgsrc/textproc/ispell-ro/Makefile
2013-04-29 16:11:11 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2013/04/29 16:11:11 dholland Exp $
#
DISTNAME= rom-spell
PKGNAME= ispell-ro-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
CONFLICTS+= ispell-romanian-[0-9]*
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
# Keep the old DIST_SUBDIR even though the pkgsrc package name was
# changed, to avoid pointless proliferation of copies. Set this back
# to use ${PKGNAME_NOREV} the next time the distfile changes.
#DIST_SUBDIR= ${PKGNAME_NOREV}
DIST_SUBDIR= ispell-romanian-20031216
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"