pkgsrc-wip/cpphs/Makefile
Emil Sköldberg 85ca1d9031 Update 1.4 -> 1.5
Changes since 1.4:

- Fixed some more obscure corner cases, involving parameterised macro
  expansion within conditionals e.g. #if FOO(BAR,QUUX)

- Internal refactoring, affecting parts of the library API.
2007-08-15 10:13:30 +00:00

22 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/08/15 10:13:30 emil_s Exp $
#
DISTNAME= cpphs-1.5
CATEGORIES= devel
MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/
MAINTAINER= emil@math.su.se
HOMEPAGE= http://www.cs.york.ac.uk/fp/cpphs/
COMMENT= Re-implementation of cpp in Haskell
do-build:
cd ${WRKSRC} && ghc -o cpphs --make cpphs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/ghc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"