From 5eef858c2a754b7bf1dbf720d451a30223c9af1f Mon Sep 17 00:00:00 2001 From: thierry 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/gd-aspell/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'textproc/gd-aspell/Makefile') diff --git a/textproc/gd-aspell/Makefile b/textproc/gd-aspell/Makefile index 8cbdf55272e9..981501be5712 100644 --- a/textproc/gd-aspell/Makefile +++ b/textproc/gd-aspell/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= gd-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= 5-gd-0.1.1-1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Scottish Gaelic dictionary +COMMENT= Aspell Scottish Gaelic dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= gd -ASPELL_GD= aidh - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include -- cgit