diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-06-18 04:11:33 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-06-18 04:11:33 +0800 |
commit | 12d259e553c65c400ab7de243607e6809f858184 (patch) | |
tree | 3da2fded02fd7814ec7c39f5ba121967eeaf6c6d /print | |
parent | 61956735899fb0a61e514af485779ecc7c7da881 (diff) | |
download | freebsd-ports-gnome-12d259e553c65c400ab7de243607e6809f858184.tar.gz freebsd-ports-gnome-12d259e553c65c400ab7de243607e6809f858184.tar.zst freebsd-ports-gnome-12d259e553c65c400ab7de243607e6809f858184.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: ports/169008
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/lout/Makefile | 17 | ||||
-rw-r--r-- | print/lout/pkg-descr | 2 |
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/ |