summaryrefslogtreecommitdiff
path: root/devel/hs-cpphs/Makefile
blob: 09d85b1d1b053f36fcbc838504887830df26af06 (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
32
# New ports collection makefile for:	cpphs
# Date created:		14 June 2004
# Whom:			obraun@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	cpphs
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	devel haskell
MASTER_SITES=	http://www.cs.york.ac.uk/fp/cpphs/
PKGNAMEPREFIX=	hs-

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

BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4

PLIST_FILES=	bin/cpphs

MAN1=	cpphs.1

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}/man/man1

.include <bsd.port.mk>