View | Details | Raw Unified | Return to bug 169008
Collapse All | Expand All

(-)print/lout/Makefile (-6 / +11 lines)
Lines 8-30 Link Here
8
PORTNAME=	lout
8
PORTNAME=	lout
9
PORTVERSION=	3.39
9
PORTVERSION=	3.39
10
CATEGORIES=	print
10
CATEGORIES=	print
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
11
MASTER_SITES=	SAVANNAH
12
		ftp://ftp.it.usyd.edu.au/jeff/lout/
13
MASTER_SITE_SUBDIR=	support/lout
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	LaTeX like document creation system with PostScript/PDF output
14
COMMENT=	LaTeX like document creation system with PostScript/PDF output
17
15
16
LICENSE=	GPLv3 # (or later)
17
18
OPTIONS_DEFINE=	DOCS
19
18
USE_GMAKE=	yes
20
USE_GMAKE=	yes
19
MAKEFILE=	makefile
21
MAKEFILE=	makefile
20
ALL_TARGET=	lout prg2lout
22
ALL_TARGET=	lout prg2lout
23
MAKE_JOBS_SAFE=	yes
21
24
22
MAN1=		lout.1 prg2lout.1
25
MAN1=		lout.1 prg2lout.1
23
26
24
.if defined(NOPORTDOCS)
27
.include <bsd.port.options.mk>
25
INSTALL_TARGET=	install installman
28
26
.else
29
.if ${PORT_OPTIONS:MDOCS}
27
INSTALL_TARGET=	install installman installdoc
30
INSTALL_TARGET=	install installman installdoc
31
.else
32
INSTALL_TARGET=	install installman
28
.endif
33
.endif
29
34
30
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)print/lout/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
computer programs, and more. Lout may be extended by writing definitions
9
computer programs, and more. Lout may be extended by writing definitions
10
which are much simpler than the equivalent troff of TeX macros.
10
which are much simpler than the equivalent troff of TeX macros.
11
11
12
WWW: http://snark.ptc.spbu.ru/~uwe/lout/
12
WWW: http://savannah.nongnu.org/projects/lout/

Return to bug 169008