mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Stagify
Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell.
This commit is contained in:
parent
6ecb39ca33
commit
f027257d68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332672
90 changed files with 25 additions and 111 deletions
|
@ -12,6 +12,5 @@ COMMENT= Aspell Arabic dictionaries
|
|||
|
||||
DICT= ar
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell French dictionaries
|
|||
|
||||
DICT= fr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell German dictionary
|
|||
|
||||
DICT= de
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Hebrew dictionaries
|
|||
|
||||
DICT= he
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Hungarian dictionaries
|
|||
|
||||
DICT= hu
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Polish dictionary
|
|||
|
||||
DICT= pl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Russian dictionary
|
|||
|
||||
DICT= ru
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Afrikaans dictionary
|
|||
|
||||
DICT= af
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Amharic dictionary
|
|||
|
||||
DICT= am
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aspell
|
||||
PORTVERSION= 0.60.6.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= aspell
|
||||
|
@ -18,24 +18,23 @@ OPTIONS_DEFINE= NLS DOCS ISPELL
|
|||
ISPELL_DESC= Install the ispell wrapper
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
|
||||
--enable-docdir=${DOCSDIR} \
|
||||
--enable-curses=ncursesw \
|
||||
--enable-static
|
||||
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
|
||||
--enable-docdir=${DOCSDIR} \
|
||||
--enable-curses=ncursesw \
|
||||
--enable-static
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= iconv perl5
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake iconv perl5 shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= scripts/aspell-import
|
||||
|
||||
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
||||
VERINST= ${PORTVERSION:R:R}
|
||||
SUB_FILES= aspell.ver
|
||||
PLIST_SUB= VER=${VERINST}
|
||||
SUB_LIST= VERINST=${VERINST}
|
||||
VERINST= ${PORTVERSION:R:R}
|
||||
SUB_FILES= aspell.ver
|
||||
PLIST_SUB= VER=${VERINST}
|
||||
SUB_LIST= VERINST=${VERINST}
|
||||
INFO= aspell-dev aspell
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
|
@ -52,23 +51,19 @@ PLIST_SUB+= SCRIPTS=""
|
|||
PLIST_SUB+= SCRIPTS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
MAN1= aspell-import.1 aspell.1 pspell-config.1 \
|
||||
run-with-aspell.1 word-list-compress.1 prezip-bin.1
|
||||
INFO= aspell-dev aspell
|
||||
.endif
|
||||
|
||||
# Does not link without at least -O
|
||||
.if !defined(CFLAGS) || ${CFLAGS:M-O*} == ""
|
||||
CFLAGS+= -O
|
||||
.endif
|
||||
|
||||
post-install: ${DICT_TARGET}
|
||||
@${INSTALL_DATA} ${WRKDIR}/aspell.ver ${PREFIX}/etc
|
||||
@${INSTALL_DATA} ${WRKDIR}/aspell.ver ${STAGEDIR}${PREFIX}/etc
|
||||
.if ${PORT_OPTIONS:MISPELL}
|
||||
@${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin
|
||||
.endif
|
||||
@${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaspell.so.16 \
|
||||
${STAGEDIR}${PREFIX}/lib/libpspell.so.16
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,10 +6,10 @@ MASTER_SITE_SUBDIR?= aspell/dict/${DICT}
|
|||
DISTNAME?= aspell${DISTVERSION}
|
||||
PORTVERSION?= ${DISTVERSION:L:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g}
|
||||
|
||||
LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
|
||||
LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
|
||||
|
||||
USES+= gmake
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
PLIST_SUB= VER=${VER}
|
||||
|
|
|
@ -77,6 +77,12 @@ lib/libpspell.a
|
|||
lib/libpspell.la
|
||||
lib/libpspell.so
|
||||
lib/libpspell.so.16
|
||||
man/man1/aspell-import.1.gz
|
||||
man/man1/aspell.1.gz
|
||||
man/man1/prezip-bin.1.gz
|
||||
man/man1/pspell-config.1.gz
|
||||
man/man1/run-with-aspell.1.gz
|
||||
man/man1/word-list-compress.1.gz
|
||||
%%DATADIR%%/ccpp.amf
|
||||
%%DATADIR%%/comment.amf
|
||||
%%DATADIR%%/email.amf
|
||||
|
|
|
@ -10,6 +10,5 @@ COMMENT= Aspell Asturian dictionary
|
|||
|
||||
DICT= ast
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Azerbaijani dictionary
|
|||
|
||||
DICT= az
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Belarusian dictionary
|
|||
|
||||
DICT= be
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Bulgarian dictionary
|
|||
|
||||
DICT= bg
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Bengali dictionary
|
|||
|
||||
DICT= bn
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Breton dictionary
|
|||
|
||||
DICT= br
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Catalan dictionary
|
|||
|
||||
DICT= ca
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Czech dictionary
|
|||
|
||||
DICT= cs
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Kashubian dictionary
|
|||
|
||||
DICT= csb
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Welsh dictionary
|
|||
|
||||
DICT= cy
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Danish dictionary
|
|||
|
||||
DICT= da
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Greek dictionary
|
|||
|
||||
DICT= el
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell English dictionaries
|
|||
|
||||
DICT= en
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Esperanto dictionary
|
|||
|
||||
DICT= eo
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Spanish dictionary
|
|||
|
||||
DICT= es
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Estonian dictionary
|
|||
|
||||
DICT= et
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Persian (Farsi) dictionary
|
|||
|
||||
DICT= fa
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Finnish dictionary
|
|||
|
||||
DICT= fi
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Faroese dictionary
|
|||
|
||||
DICT= fo
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,5 +17,4 @@ EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|||
OPTIONS_DEFINE= ASPELL
|
||||
OPTIONS_DEFAULT= ASPELL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Frisian (Frysk) dictionary
|
|||
|
||||
DICT= fy
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Irish (Gaelic) dictionary
|
|||
|
||||
DICT= ga
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Scottish Gaelic dictionary
|
|||
|
||||
DICT= gd
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Galician dictionary
|
|||
|
||||
DICT= gl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -10,6 +10,5 @@ COMMENT= Aspell Ancient Greek dictionary
|
|||
|
||||
DICT= grc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Gujarati dictionary
|
|||
|
||||
DICT= gu
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Manx Gaelic dictionary
|
|||
|
||||
DICT= gv
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Hindi dictionary
|
|||
|
||||
DICT= hi
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Hiligaynon dictionary
|
|||
|
||||
DICT= hil
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Croatian dictionary
|
|||
|
||||
DICT= hr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Upper Sorbian dictionary
|
|||
|
||||
DICT= hsb
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Armenian dictionary
|
|||
|
||||
DICT= hy
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Interlingua dictionary
|
|||
|
||||
DICT= ia
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Indonesian dictionary
|
|||
|
||||
DICT= id
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Icelandic dictionary
|
|||
|
||||
DICT= is
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Italian dictionary
|
|||
|
||||
DICT= it
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ LICENSE= GPLv3
|
|||
|
||||
DICT= kn
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Kurdi dictionary
|
|||
|
||||
DICT= ku
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -10,6 +10,5 @@ COMMENT= Aspell Kirghiz dictionary
|
|||
|
||||
DICT= ky
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Latin dictionary
|
|||
|
||||
DICT= la
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Lithuanian dictionary
|
|||
|
||||
DICT= lt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Latvian dictionary
|
|||
|
||||
DICT= lv
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Maori dictionary
|
|||
|
||||
DICT= mi
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Macedonian dictionary
|
|||
|
||||
DICT= mk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Malayalam dictionary
|
|||
|
||||
DICT= ml
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Mongolian dictionary
|
|||
|
||||
DICT= mn
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Marathi dictionary
|
|||
|
||||
DICT= mr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Malay dictionary
|
|||
|
||||
DICT= ms
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Maltese dictionary
|
|||
|
||||
DICT= mt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Norwegian Bokmal dictionary
|
|||
|
||||
DICT= nb
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Low Saxon dictionary
|
|||
|
||||
DICT= nds
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Dutch dictionary
|
|||
|
||||
DICT= nl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Norwegian Nynorsk dictionary
|
|||
|
||||
DICT= nn
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Nyanja dictionary
|
|||
|
||||
DICT= ny
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Oriya dictionary
|
|||
|
||||
DICT= or
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Punjabi dictionary
|
|||
|
||||
DICT= pa
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Quechua dictionary
|
|||
|
||||
DICT= qu
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Romanian dictionary
|
|||
|
||||
DICT= ro
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Kinyarwanda dictionary
|
|||
|
||||
DICT= rw
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Sardinian dictionary
|
|||
|
||||
DICT= sc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Slovak dictionary
|
|||
|
||||
DICT= sk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Slovenian dictionary
|
|||
|
||||
DICT= sl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Serbian dictionary
|
|||
|
||||
DICT= sr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Swedish dictionary
|
|||
|
||||
DICT= sv
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Swahili dictionary
|
|||
|
||||
DICT= sw
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Tamil dictionary
|
|||
|
||||
DICT= ta
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Telugu dictionary
|
|||
|
||||
DICT= te
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Tetum dictionary
|
|||
|
||||
DICT= tet
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -11,6 +11,5 @@ COMMENT= Aspell Turkmen dictionary
|
|||
|
||||
DICT= tk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Tagalog dictionary
|
|||
|
||||
DICT= tl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Tswana dictionary
|
|||
|
||||
DICT= tn
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Turkish dictionary
|
|||
|
||||
DICT= tr
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Uzbek dictionary
|
|||
|
||||
DICT= uz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Walloon dictionary
|
|||
|
||||
DICT= wa
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Yiddish dictionary
|
|||
|
||||
DICT= yi
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Zulu dictionary
|
|||
|
||||
DICT= zu
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Ukrainian dictionaries
|
|||
|
||||
DICT= uk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,6 +12,5 @@ COMMENT= Aspell Vietnamese dictionaries
|
|||
|
||||
DICT= vi
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue