blob: c8b2917e90e1abf62cb111b15a23a5847fac87ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 2004/12/07 21:14:09 markd Exp $
#
DISTNAME= rom-spell
PKGNAME= ispell-romanian-20031216
CATEGORIES= textproc
MASTER_SITES= http://www.cs.cmu.edu/~mihaib/ftp/
MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell-dictionaries.html#Romanian-dicts
COMMENT= Romanian dictionary for ispell
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
DIST_SUBDIR= ${PKGNAME_NOREV}
do-install:
${INSTALL_DATA} ${WRKSRC}/rom.aff ${PREFIX}/lib/romanian.aff
${INSTALL_DATA} ${WRKSRC}/rom.hash ${PREFIX}/lib/romanian.hash
${INSTALL_DATA} ${WRKSRC}/rom.signs.aff ${PREFIX}/lib/romanian-signs.aff
${INSTALL_DATA} ${WRKSRC}/rom.signs.hash ${PREFIX}/lib/romanian-signs.hash
.include "../../mk/bsd.pkg.mk"
|