From 73a4738cbb4aa9c9bb0950a84c1da1bd6d41f36d Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 May 2010 20:46:36 +0000 Subject: Initial import of gutcheck-0.991: Gutcheck is a plain-text checking program that specializes in reporting the problems that spellcheckers don't--errors like mismatched quotes, misplaced punctuation, unintended blank lines. It is specifically tuned for checking texts for submission to Project Gutenberg, though it can be useful elsewhere as well. --- textproc/gutcheck/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 textproc/gutcheck/Makefile (limited to 'textproc/gutcheck/Makefile') diff --git a/textproc/gutcheck/Makefile b/textproc/gutcheck/Makefile new file mode 100644 index 00000000000..1e006b350ed --- /dev/null +++ b/textproc/gutcheck/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/08 20:46:36 wiz Exp $ +# + +DISTNAME= gutcheck +PKGNAME= gutcheck-0.991 +CATEGORIES= textproc +MASTER_SITES= http://pglaf.org/~jtinsley/gutcheck/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://gutcheck.sourceforge.net/ +COMMENT= Text checker specialized in reporting problems spellcheckers overlook +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin share/doc/gutcheck + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o gutcheck gutcheck.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gutcheck ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/gutcheck.txt \ + ${DESTDIR}${PREFIX}/share/doc/gutcheck + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3