blob: c1505c03c4b6da8cbdbb5ff4f2471140ae33ce35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|