summaryrefslogtreecommitdiff
path: root/textproc/bn-aspell/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-15 14:28:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-15 14:28:44 +0000
commit8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch)
tree8893373dbfdaaedace71935e09ae9fb483090676 /textproc/bn-aspell/Makefile
parent- Update to 0.20.2 (diff)
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>
Notes
Notes: svn path=/head/; revision=167900
Diffstat (limited to 'textproc/bn-aspell/Makefile')
-rw-r--r--textproc/bn-aspell/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/bn-aspell/Makefile b/textproc/bn-aspell/Makefile
index 2f66c5dd5fc0..757f62d8eb95 100644
--- a/textproc/bn-aspell/Makefile
+++ b/textproc/bn-aspell/Makefile
@@ -5,13 +5,14 @@
# $FreeBSD$
#
-PORTNAME= bn-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 6-bn-0.01.1-1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Bengali dictionary
+COMMENT= Aspell Bengali dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= bn
-ASPELL_BN= ha
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>