aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/tet-aspell/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-07-15 22:28:44 +0800
committerthierry <thierry@FreeBSD.org>2006-07-15 22:28:44 +0800
commit5eef858c2a754b7bf1dbf720d451a30223c9af1f (patch)
tree37164346eec6b26fa28e22f72ce104235e0b531b /textproc/tet-aspell/Makefile
parent0a3452160835c4688277d8e1e9a09442c6c5a188 (diff)
downloadfreebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.gz
freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.tar.zst
freebsd-ports-gnome-5eef858c2a754b7bf1dbf720d451a30223c9af1f.zip
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 <ser_gagnon (at) sympatico.ca>
Diffstat (limited to 'textproc/tet-aspell/Makefile')
-rw-r--r--textproc/tet-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/tet-aspell/Makefile b/textproc/tet-aspell/Makefile
index bb8490fcb06f..7eebd2d3a07f 100644
--- a/textproc/tet-aspell/Makefile
+++ b/textproc/tet-aspell/Makefile
@@ -5,13 +5,14 @@
# $FreeBSD$
#
-PORTNAME= tet-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 5-tet-0.1.1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Tetum dictionary
+COMMENT= Aspell Tetum dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= tet
-ASPELL_TET= sin
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>