blob: 075a59c12da859e1ae3413bec70b7075bac5cf64 (
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
34
35
|
# New ports collection makefile for: pl-hunspell
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pl-hunspell
PORTVERSION= 20110721
CATEGORIES= textproc
MASTER_SITES= http://sjp.pl/slownik/ort/
DISTNAME= sjp-myspell-pl-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Polish hunspell dictionaries
LICENSE= LGPL21 GPLv2 MPL
LICENSE_COMB= dual
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/hunspell/pl_PL.aff \
share/hunspell/pl_PL.dic
PLIST_DIRS= share/hunspell
post-extract:
@${MKDIR} ${WRKSRC}
@${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/share/hunspell
@${INSTALL_DATA} ${WRKSRC}/pl_PL.* ${PREFIX}/share/hunspell
.include <bsd.port.mk>
|