7c20c85d9c
packaged for wip by esg. Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers. This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/25 10:52:17 szptvlfn Exp $
|
|
|
|
DISTNAME= cpphs-1.18.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= esg@sdf.lonestar.org
|
|
COMMENT= Re-implementation of cpp in Haskell
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../textproc/hs-polyparse/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|