aboutsummaryrefslogblamecommitdiff
path: root/textproc/hs-lhs2tex/Makefile
blob: 346b306827e08348b728169aac880b24cad89f84 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
                    
                 
                                
 
                                   
                                                                       
 
                     
 



                                                     
 

                       


                         

                                                 
# 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>