forked from Lainports/freebsd-ports
the aspell dictionnary actually depends on perl to be built properly
While here add a de alias so one can call aspell -d de PR: 234666
This commit is contained in:
parent
1bf487d3e7
commit
8656efe6dc
2 changed files with 6 additions and 2 deletions
|
|
@ -4,17 +4,19 @@
|
|||
PORTNAME= aspell
|
||||
MASTER_SITES= https://j3e.de/ispell/igerman98/dict/
|
||||
PORTVERSION= 20161207
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= german textproc
|
||||
DISTNAME= igerman98-${PORTVERSION}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Aspell German dictionary
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USES= gmake tar:bzip2 perl5 shebangfix
|
||||
ALL_TARGET= aspell/de_DE.rws aspell/de_AT.rws aspell/de_CH.rws
|
||||
BUILD_DEPENDS= aspell:textproc/aspell
|
||||
RUN_DEPENDS= aspell:textproc/aspell
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= bin/myspellfixprefix.pl
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/aspell \
|
||||
|
|
@ -30,5 +32,6 @@ do-install:
|
|||
${ECHO} "add de_DE.multi" > ${STAGEDIR}${PREFIX}/share/aspell/deutsch.alias
|
||||
${ECHO} "add de_DE.multi" > ${STAGEDIR}${PREFIX}/share/aspell/german.alias
|
||||
${ECHO} "add de_CH.multi" > ${STAGEDIR}${PREFIX}/share/aspell/swiss.alias
|
||||
${ECHO} "add de_DE.multi" > ${STAGEDIR}${PREFIX}/share/aspell/de.alias
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ lib/aspell-0.60/de_CH.dat
|
|||
lib/aspell-0.60/de_CH_affix.dat
|
||||
lib/aspell-0.60/de_DE.dat
|
||||
lib/aspell-0.60/de_DE_affix.dat
|
||||
%%DATADIR%%/de.alias
|
||||
%%DATADIR%%/de_AT.multi
|
||||
%%DATADIR%%/de_AT.rws
|
||||
%%DATADIR%%/de_CH.multi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue