diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 18:12:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 18:12:00 +0800 |
commit | 3515eabaa4136a1122b598035723c7306ab098fb (patch) | |
tree | a654e0fc2c592d861087bd0c6d8e11c76fc689a9 | |
parent | 7a0cc6cecce64225b7d572c6b0ce8761f779c125 (diff) | |
download | freebsd-ports-gnome-3515eabaa4136a1122b598035723c7306ab098fb.tar.gz freebsd-ports-gnome-3515eabaa4136a1122b598035723c7306ab098fb.tar.zst freebsd-ports-gnome-3515eabaa4136a1122b598035723c7306ab098fb.zip |
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
-rw-r--r-- | german/hunspell/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index d85a3384c6fc..4e734e8a6342 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -3,17 +3,21 @@ PORTNAME= hunspell PORTVERSION= 20120607 CATEGORIES= german textproc -MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ +MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ \ + LOCAL/sunpoet/${PORTNAME} DISTNAME= igerman98-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= German hunspell dictionaries -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \ - hunspell:${PORTSDIR}/textproc/hunspell +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USES= gmake shebangfix perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/buildhash:${PORTSDIR}/textproc/ispell \ + ${LOCALBASE}/bin/hunspell:${PORTSDIR}/textproc/hunspell + +USES= gmake perl5 shebangfix USE_BZIP2= yes ALL_TARGET= hunspell-all USE_PERL5= build |