mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b9398223bd
Approved by: portmgr blanket
23 lines
406 B
Makefile
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>
|