aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-17 20:11:33 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-17 20:11:33 +0000
commitcf2074dd945814d691d8afacdf97d253f0b0c43b (patch)
tree708960bf81f55a503b7944651736fd7985363e5a /print
parent1065b33ee2e2b9920359b944c921f0570e040417 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/lout/Makefile17
-rw-r--r--print/lout/pkg-descr2
2 files changed, 12 insertions, 7 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile
index 0e0eac6c01d7..fe6baf2dc445 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -8,23 +8,28 @@
PORTNAME= lout
PORTVERSION= 3.39
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
- ftp://ftp.it.usyd.edu.au/jeff/lout/
-MASTER_SITE_SUBDIR= support/lout
+MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX like document creation system with PostScript/PDF output
+LICENSE= GPLv3 # (or later)
+
+OPTIONS_DEFINE= DOCS
+
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET= lout prg2lout
+MAKE_JOBS_SAFE= yes
MAN1= lout.1 prg2lout.1
-.if defined(NOPORTDOCS)
-INSTALL_TARGET= install installman
-.else
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install installman installdoc
+.else
+INSTALL_TARGET= install installman
.endif
.include <bsd.port.mk>
diff --git a/print/lout/pkg-descr b/print/lout/pkg-descr
index b10e9ff31482..7f9c6509b8c9 100644
--- a/print/lout/pkg-descr
+++ b/print/lout/pkg-descr
@@ -9,4 +9,4 @@ European languages are supported, including Russian), formatting of
computer programs, and more. Lout may be extended by writing definitions
which are much simpler than the equivalent troff of TeX macros.
-WWW: http://snark.ptc.spbu.ru/~uwe/lout/
+WWW: http://savannah.nongnu.org/projects/lout/