mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d33d406d5d
stagedir. PR: 195109 Reported by: Nils M. Holm <bsdbugs@t3x.org> Tested by: Nils M. Holm <bsdbugs@t3x.org> MFH: 2014Q4
23 lines
418 B
Makefile
23 lines
418 B
Makefile
# Created by: oly@world.std.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lout
|
|
PORTVERSION= 3.40
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= LaTeX like document creation system with PostScript/PDF output
|
|
|
|
LICENSE= GPLv3 # (or later)
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= gmake
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= lout prg2lout
|
|
INSTALL_TARGET= install installman installdoc
|
|
|
|
.include <bsd.port.mk>
|