freebsd-ports/devel/hs-cpphs/Makefile

31 lines
627 B
Makefile
Raw Normal View History

# New ports collection makefile for: cpphs
# Date created: 14 June 2004
# Whom: obraun@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cpphs
2004-11-15 20:47:31 +01:00
PORTVERSION= 0.8
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
PLIST_FILES= bin/cpphs
2004-11-15 20:47:31 +01:00
MAN1= cpphs.1
do-build:
2004-11-15 20:47:31 +01:00
@(cd ${WRKSRC} && ghc -o cpphs --make cpphs)
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs
2004-11-15 20:47:31 +01:00
@${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/man/man1
.include <bsd.port.mk>