diff options
Diffstat (limited to 'textproc/uz-hunspell/Makefile')
-rw-r--r-- | textproc/uz-hunspell/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/uz-hunspell/Makefile b/textproc/uz-hunspell/Makefile new file mode 100644 index 000000000000..531a6b1a98d4 --- /dev/null +++ b/textproc/uz-hunspell/Makefile @@ -0,0 +1,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= bapt@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> |