opnsense-ports/textproc/hs-lhs2tex/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

23 lines
427 B
Makefile

# Created by: mainland@apeiron.net
# $FreeBSD$
PORTNAME= lhs2tex
PORTVERSION= 1.20
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Preprocessor for typesetting Haskell sources with LaTeX
LICENSE= GPLv2
USE_CABAL= mtl regex-compat
USE_TEX= latex dvipsk
STANDALONE= yes
EXECUTABLE= lhs2TeX
MAN1PAGES= lhs2TeX.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>