aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-cpphs/Makefile
blob: a929fed74744752407004f7ec823bbbf7232d2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	cpphs
# Date created:		14 June 2004
# Whom:			obraun@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	cpphs
PORTVERSION=	1.11
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A simplified re-implementation of cpp in Haskell

LICENSE=	LGPL21
FILE_LICENSE=	LICENCE-LGPL

CABAL_SETUP=	Setup.hs

MAN1=		cpphs.1
MAN1SRC=	docs

EXECUTABLE=	cpphs

PORTDATA=		*
INSTALL_PORTDATA=	${INSTALL_DATA} ${WRKSRC}/docs/index.html ${DATADIR} \
			  && ${INSTALL_DATA} ${WRKSRC}/docs/design ${DATADIR}

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>