freebsd-ports/textproc/hs-lhs2tex/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

30 lines
610 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
PORTREVISION= 4
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>