pkgsrc/textproc/gutcheck/Makefile
wiz 4d95da615e 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.
2010-05-08 20:46:36 +00:00

29 lines
763 B
Makefile

# $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"