summaryrefslogtreecommitdiff
path: root/textproc/ispell-ro/Makefile
blob: 0e38ed9b020442a9704c7f0ff043086ccfe9e352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $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"