29 lines
547 B
Makefile
29 lines
547 B
Makefile
# New ports collection makefile for: c2hs
|
|
# Date created: 23 August 2002
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= c2hs
|
|
PORTVERSION= 0.16.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= C->Haskell, an Interface Generator for Haskell
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_HACKAGE= language-c>=0.3.1.1
|
|
|
|
XMLDOCS= doc/users_guide:html
|
|
|
|
STANDALONE= yes
|
|
EXECUTABLE= c2hs
|
|
|
|
MAN1= c2hs.1
|
|
MAN1SRC= doc/man1
|
|
|
|
PORTDATA= *
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|