1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/print/lout/Makefile
Pav Lucistnik 10ad1e7bc0 - Update to 3.38
PR:		ports/128864
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-12-17 16:01:25 +00:00

31 lines
623 B
Makefile

# New ports collection makefile for: lout
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
PORTNAME= lout
PORTVERSION= 3.38
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.it.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
MAINTAINER= ports@FreeBSD.org
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>