blob: e285db5fd1a6bb31af67327a93390a2575f5497f (
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
|
# New ports collection makefile for: uz-hunspell
# Date created: 2011-07-20
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uz-hunspell
PORTVERSION= 0.6
CATEGORIES= textproc
MASTER_SITES= http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list/
DISTNAME= uzbek-wordlist-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Uzbek hunspell dictionaries
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/hunspell
ALL_TARGET= uz_UZ.dic
PLIST_FILES= share/hunspell/uz_UZ.dic \
share/hunspell/uz_UZ.aff
PLIST_DIRS= share/hunspell
do-install:
@${MKDIR} ${PREFIX}/share/hunspell
@${INSTALL_DATA} ${WRKSRC}/uz* ${PREFIX}/share/hunspell
.include <bsd.port.mk>
|