freebsd-ports/print/lout/Makefile
Ion-Mihai Tetcu 9c0e334498 Pass maintainer ship to Bernd Luevelsmeyer <bdluevel@heitec.net>
PR:		ports/97397
Submitted by:	Bernd Luevelsmeyer
Approved by:	lawrance
2006-05-17 13:51:20 +00:00

30 lines
625 B
Makefile

# New ports collection makefile for: lout
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
PORTNAME= lout
PORTVERSION= 3.31
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.it.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
MAINTAINER= bdluevel@heitec.net
COMMENT= LaTeX like document creation system with PostScript/PDF output
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET= lout prg2lout
MAN1= lout.1 prg2lout.1
.if defined(NOPORTDOCS)
INSTALL_TARGET= install installman
.else
INSTALL_TARGET= install installman installdoc
.endif
.include <bsd.port.mk>