blob: a1b6e1d0e6b068c21bf4e6ad15059f9a22ca8076 (
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
30
31
32
33
|
# New ports collection makefile for: wa-hunspell
# Date created: 2011-07-20
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $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%%
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/wa.aff ${WRKSRC}/wa.dic ${DATADIR}/
.include <bsd.port.mk>
|