8d1905f704
- by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
18 lines
435 B
Makefile
18 lines
435 B
Makefile
# New ports collection makefile for: et-aspell
|
|
# Date created: 28 August 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${DICT}-aspell
|
|
DISTVERSION= 6-et-0.1.21-1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell Estonian dictionary
|
|
|
|
DICT= et
|
|
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|