aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/Makefile
blob: 29b6458d6046f907474ca39640edbc6f57bfa9e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	lhs2tex
PORTVERSION=	1.25
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Preprocessor for typesetting Haskell sources with LaTeX
WWW=		https://www.andres-loeh.de/lhs2tex/

LICENSE=	GPLv2

USES=		cabal tex
USE_CABAL=	regex-base-0.94.0.2_4 \
		regex-compat-0.95.2.1_2 \
		regex-posix-0.96.0.1_3
USE_TEX=	latex dvipsk

CABAL_EXECUTABLES=	lhs2TeX

.include <bsd.port.mk>