From 8d1905f7041773dd6073d984f6e6ccd1d712e712 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 15 Jul 2006 14:28:44 +0000 Subject: All dictionaries can be installed separately: - 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 --- textproc/et-aspell/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'textproc/et-aspell/Makefile') diff --git a/textproc/et-aspell/Makefile b/textproc/et-aspell/Makefile index 3ec1bcc7fac1..e2e96dd3769e 100644 --- a/textproc/et-aspell/Makefile +++ b/textproc/et-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= et-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-et-0.1.21-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Estonian dictionary +COMMENT= Aspell Estonian dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= et -ASPELL_ET= jah - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include -- cgit v1.2.3