79f5448661
- Fix typo in -U usage message, noticed by Joerg. - Add a -debuglog option to send an execution trace to a file. Intended to be used when debugging imake templates and other complex input, not for debugging tradcpp itself.
17 lines
467 B
Makefile
17 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.10 2016/09/04 21:21:35 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= tradcpp-0.5.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
|
|
|
|
MAINTAINER= dholland@NetBSD.org
|
|
#HOMEPAGE= http://www.netbsd.org/~dholland/tradcpp/ (not yet)
|
|
COMMENT= Traditional (K&R-style) C preprocessor
|
|
LICENSE= modified-bsd
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
USE_TOOLS+= nroff
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|