pkgsrc/devel/hs-cpphs/Makefile
szptvlfn 32aeaa06ae Update to 1.19.2
CHANGELOG:
Version 1.19
------------
  * expose more of the cpphs API
  * allow the static linking exception to the LGPL
  * (1.19.1): don't warn about trailing comments in #ifdefs
  * (1.19.2): fix build error

Version 1.18
------------
  * (1.18.8): fix version number
  * (1.18.9): accept #if defined foo as well as #if defined(foo)
2015-08-02 11:33:26 +00:00

17 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/08/02 11:33:26 szptvlfn Exp $
DISTNAME= cpphs-1.19.2
CATEGORIES= devel
MAINTAINER= esg@sdf.lonestar.org
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
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"