freebsd-ports/devel/hs-c2hs/Makefile
Ashish SHUKLA 2269d359f8 - Update to 0.16.3
Obtained from:	FreeBSD Haskell
2011-07-10 01:23:43 +00:00

32 lines
583 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.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= C->Haskell, an Interface Generator for Haskell
LICENSE= GPLv2
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= 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>