42dc127381
- Use the new options framework Obtained from: FreeBSD Haskell
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# New ports collection makefile for: cpphs
|
|
# Date created: 14 June 2004
|
|
# Whom: obraun@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpphs
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A liberalised re-implementation of cpp, the C pre-processor
|
|
|
|
LICENSE= LGPL21
|
|
FILE_LICENSE= LICENCE-LGPL
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
EXECUTABLE= cpphs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|