blob: bfce7f0c7ebda50d15c18c8046121fbfc88047b5 (
plain) (
blame)
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
|
# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 0.4.15
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://chanae.walon.org/walon/
PKGNAMEPREFIX= wa-
DISTNAME= aspell-wa-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Wallon hunspell dictionaries
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
USE_BZIP2= yes
ALL_TARGET= myspell
PLIST_FILES= %%DATADIR%%/wa.aff \
%%DATADIR%%/wa.dic
PLIST_DIRSTRY= %%DATADIR%%
NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/wa.aff ${WRKSRC}/wa.dic ${DATADIR}/
.include <bsd.port.mk>
|