freebsd-ports/print/lout/Makefile
David W. Chapman Jr. 29e76fe525 Give port a maintainer
Update to 3.25
Add PORTDOC compliance

PR:		35643
Submitted by:	obraun@informatik.unibw-muenchen.de
2002-05-08 16:49:17 +00:00

28 lines
545 B
Makefile

# New ports collection makefile for: lout
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
PORTNAME= lout
PORTVERSION= 3.25
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.it.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
MAINTAINER= obraun@informatik.unibw-muenchen.de
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET= lout prg2lout
INSTALL_TARGET= install installman
.if !defined(NOPORTDOCS)
INSTALL_TARGET+=installdoc
.endif
MAN1= prg2lout.1 lout.1
.include <bsd.port.mk>