mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
19c26acbf0
PR: 244784 Submitted by: Evilham <contact@evilham.com> (some ports)
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# Created by: mainland@apeiron.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lhs2tex
|
|
PORTVERSION= 1.23
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Preprocessor for typesetting Haskell sources with LaTeX
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
USE_TEX= latex dvipsk
|
|
|
|
USE_CABAL= regex-base-0.94.0.0 regex-compat-0.95.2.0 regex-posix-0.96.0.0
|
|
|
|
EXECUTABLES= lhs2TeX
|
|
|
|
.include <bsd.port.mk>
|