freebsd-ports/textproc/hs-lhs2tex/Makefile
Ashish SHUKLA c0e538d019 - Update to 1.17
Obtained from:	FreeBSD Haskell
2011-07-10 02:17:14 +00:00

31 lines
607 B
Makefile

# ex:ts=8
# Ports collection makefile for: lhs2TeX
# Date created: April 24, 2007
# Whom: mainland@apeiron.net
#
# $FreeBSD$
#
PORTNAME= lhs2tex
PORTVERSION= 1.17
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Preprocessor for typesetting Haskell sources with LaTeX
LICENSE= GPLv2
CABAL_SETUP= Setup.hs
USE_CABAL= regex-compat
BUILD_DEPENDS+= mktexlsr:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS+= mktexlsr:${PORTSDIR}/print/teTeX-base
STANDALONE= yes
EXECUTABLE= lhs2TeX
MAN1= lhs2TeX.1
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>