1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/print/lout/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

23 lines
406 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+
OPTIONS_DEFINE= DOCS
USES= gmake
MAKEFILE= makefile
ALL_TARGET= lout prg2lout
INSTALL_TARGET= install installman installdoc
.include <bsd.port.mk>