summaryrefslogtreecommitdiff
path: root/textproc/GutenMark-words/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-12-05 15:02:24 +0000
committerwiz <wiz@pkgsrc.org>2002-12-05 15:02:24 +0000
commit51b27415794c7710adc1f021484179dca3328884 (patch)
treea2f06d82dc5dc86c67f4c1551d74c34baafcb08c /textproc/GutenMark-words/Makefile
parent9727843b67231a528dcd291c3ed9d6c224c5acf1 (diff)
downloadpkgsrc-51b27415794c7710adc1f021484179dca3328884.tar.gz
Initial import of packages for GutenMark:
GutenMark is a tool for automatically creating high-quality HTML or LaTeX markup from Project Gutenberg etexts. In combination with other freely-available conversion tools, GutenMark can convert Project Gutenberg etexts into publication-quality Postscript or PDF, for print-on-demand applications. The goal is for this conversion is completely automatic, without manual markup or editing.
Diffstat (limited to 'textproc/GutenMark-words/Makefile')
-rw-r--r--textproc/GutenMark-words/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/textproc/GutenMark-words/Makefile b/textproc/GutenMark-words/Makefile
new file mode 100644
index 00000000000..bf4b5737470
--- /dev/null
+++ b/textproc/GutenMark-words/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/05 15:02:24 wiz Exp $
+#
+
+DISTNAME= GutenMark-words-20021124
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/Wordlists/
+DISTFILES= ${WORDLISTS} GutenMark.cfg
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://www.sandroid.org/GutenMark/
+COMMENT= word lists for GutenMark
+
+WORDLISTS= special.words.gz english.names.gz US.places.gz \
+ french.names.gz english.words.gz french.words.gz \
+ german2.words.gz german.words.gz latin.words.gz \
+ italian.words.gz spanish.words.gz NonUS.places.gz \
+ norwegian.words.gz gaelic.words.gz danish.words.gz \
+ swedish.words.gz finnish.words.gz nonenglish.words.gz
+SITES_GutenMark.cfg=http://www.sandroid.org/GutenMark/
+
+DIST_SUBDIR= ${DISTNAME}
+EXTRACT_ONLY= # empty
+NO_CONFIGURE= YES
+WRKSRC= ${WRKDIR}
+
+post-extract:
+ ${CP} ${_DISTDIR}/GutenMark.cfg ${WRKDIR}/GutenMark.cfg.in
+
+do-build:
+ cd ${WRKDIR} && ${SED} "s|@@PREFIX@@|${PREFIX}|g" \
+ GutenMark.cfg.in > GutenMark.cfg
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/GutenMark
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GutenMark
+ for wl in ${WORDLISTS}; do \
+ ${INSTALL_DATA} ${_DISTDIR}/$$wl ${PREFIX}/share/GutenMark; \
+ done
+ ${INSTALL_DATA} ${WRKDIR}/GutenMark.cfg \
+ ${PREFIX}/share/examples/GutenMark
+
+.include "../../mk/bsd.pkg.mk"