pkgsrc/devel/libts/Makefile
agc 78d0b2f006 Initial import of libts-1.08 into the packages collectino.
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com)

libts provides source and documentation for a library implementing a
simple token scanner.
2001-04-27 11:47:12 +00:00

26 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 11:47:12 agc Exp $
#
DISTNAME= TS-1.08
PKGNAME= libts-1.08
CATEGORIES= devel
MASTER_SITES= http://www.primate.wisc.edu/software/TS/
MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.primate.wisc.edu/software/TS/
COMMENT= library of simple token-scanning routines
WRKSRC= ${WRKDIR}/tokenscan
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e "s|/usr/local|${PREFIX}|" \
-e "s|install.sh|${INSTALL}|"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libts
groff -Tascii -ms ${WRKSRC}/tokenscan.ms \
>${PREFIX}/share/doc/libts/tokenscan.txt
.include "../../mk/bsd.pkg.mk"