diff options
Diffstat (limited to 'textproc/hs-lhs2tex/Makefile')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile deleted file mode 100644 index 88555c1974e1..000000000000 --- a/textproc/hs-lhs2tex/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: lhs2TeX -# Date created: April 24, 2007 -# Whom: mainland@apeiron.net -# -# $FreeBSD$ -# - -PORTNAME= lhs2tex -PORTVERSION= 1.15 -PORTREVISION= 1 -CATEGORIES= devel haskell -MASTER_SITES= http://people.cs.uu.nl/andres/${PORTNAME}/ - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A preprocessor to generate LaTeX code from literate Haskell sources - -BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ - mktexlsr:${PORTSDIR}/print/teTeX-base \ - hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc - -RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base - -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --datadir=${PREFIX}/share \ - --docdir=${DOCSDIR} \ - --mandir=${MANPREFIX}/man - -DOCSDIR=${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -PORTDOCS= * -DATADIR=${PREFIX}/share/${PORTNAME}-${PORTVERSION} -PORTDATA= * - -.include <bsd.port.pre.mk> - -INSTALL_TARGET= install - -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install-doc -.endif - -.if !defined(NOPORTDATA) -INSTALL_TARGET+= install-data -.endif - -MAN1= lhs2TeX.1 - -.include <bsd.port.post.mk> |