aboutsummaryrefslogtreecommitdiffstats
path: root/print/lout/Makefile
blob: d5a9e6ba7a4a6bd197bf2e8fd8811fd6e5ca1d1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>