summaryrefslogtreecommitdiff
path: root/textproc/ispell-british/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit9bf0a0428bd0c95887a52cbb1646dae32961990c (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-british/Makefile
parent287fbf3a6c1afae741d868fc6d7393433a35419d (diff)
downloadpkgsrc-9bf0a0428bd0c95887a52cbb1646dae32961990c.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-british/Makefile')
-rw-r--r--textproc/ispell-british/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile
deleted file mode 100644
index 45ea5ca6094..00000000000
--- a/textproc/ispell-british/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:57 asau Exp $
-#
-
-DISTNAME= ispell-3.3.02
-PKGNAME= ispell-${DICT_LANG}-3.3.02
-CATEGORIES= textproc
-MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://ficus-www.cs.ucla.edu/geoff/ispell.html
-COMMENT= British dictionary for interactive spelling checker
-
-DEPENDS+= ispell-base>=3.3.02:../../textproc/ispell-base
-
-BUILD_TARGET= config.sh all-languages
-
-DICT_LANG= british
-
-MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
-
-INSTALLATION_DIRS= lib
-MAKE_JOBS_SAFE= no
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
-WORDS= /usr/dict/words
-.else
-WORDS= /usr/share/dict/words
-.endif
-
-do-configure:
- cd ${WRKSRC}; \
- ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.bsd >local.h; \
- ${ECHO} "#define LANGUAGES \"{${DICT_LANG},MASTERDICTS=${DICT_LANG}.xlg,HASHFILES=${DICT_LANG}xlg.hash,EXTRADICT=}\"" >>local.h; \
- ${ECHO} '#define MASTERHASH "${DICT_LANG}xlg.hash"' >> local.h ; \
- ${ECHO} "#undef WORDS" >> local.h ; \
- ${ECHO} '#define WORDS "${WORDS}"' >> local.h
-
-do-install:
- ${CP} ${WRKSRC}/languages/${DICT_LANG}/${DICT_LANG}xlg.hash ${DESTDIR}${PREFIX}/lib
- cd ${DESTDIR}${PREFIX}/lib; \
- ${RM} -f ${DICT_LANG}.hash; \
- ${LN} ${DICT_LANG}xlg.hash ${DICT_LANG}.hash
-
-.include "../../mk/bsd.pkg.mk"