aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/hunspell/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-20 23:56:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-20 23:56:05 +0000
commit38869893b0843b300446ad70c7f62961fdb01fd0 (patch)
treee5bd3f68c85ba1ed223dfa1291f74e048f4c64f2 /vietnamese/hunspell/Makefile
parent6cffe62efafd7965c137d0c43401687985e9a03c (diff)
- Update to 20141110 (2.2.0)
- Cleanup Makefile - Update WWW
Notes
Notes: svn path=/head/; revision=426675
Diffstat (limited to 'vietnamese/hunspell/Makefile')
-rw-r--r--vietnamese/hunspell/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile
index e475a8e45298..2f6aa70cb637 100644
--- a/vietnamese/hunspell/Makefile
+++ b/vietnamese/hunspell/Makefile
@@ -1,11 +1,8 @@
# $FreeBSD$
PORTNAME= hunspell
-PORTVERSION= 20080604
-PORTREVISION= 1
+PORTVERSION= 20141110
CATEGORIES= vietnamese textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
-DISTNAME= vi_VN-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
@@ -13,17 +10,21 @@ COMMENT= Vietnamese hunspell dictionaries
LICENSE= GPLv3
-USES= zip
NO_ARCH= yes
NO_BUILD= yes
-NO_WRKSUBDIR= yes
-PROJECTHOST= hunspell-spellcheck-vi
-PLIST_FILES= %%DATADIR%%/vi_VN.aff \
- %%DATADIR%%/vi_VN.dic
+PLIST_FILES= %%DATADIR%%/vi-DauCu.aff \
+ %%DATADIR%%/vi-DauCu.dic \
+ %%DATADIR%%/vi-DauMoi.aff \
+ %%DATADIR%%/vi-DauMoi.dic
+
+GH_ACCOUNT= 1ec5
+GH_PROJECT= ${PORTNAME}-vi
+GH_TAGNAME= v2.2.0
+USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${STAGEDIR}${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/dictionaries/*.aff ${WRKSRC}/dictionaries/*.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>