aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-lhs2tex/Makefile
blob: 0ce27f946034bcc92b94f6cce3e62bfd56c049ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: mainland@apeiron.net
# $FreeBSD$

PORTNAME=   lhs2tex
PORTVERSION=    1.18.1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Preprocessor for typesetting Haskell sources with LaTeX

LICENSE=    GPLv2

CABAL_SETUP=    Setup.hs
USE_CABAL=  mtl 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>