1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print/lout/Makefile
Danilo Egea Gondolfo d33d406d5d - Fix an incorrect usage of stagedir. The program was looking for its files in
stagedir.

PR:		195109
Reported by:	Nils M. Holm <bsdbugs@t3x.org>
Tested by:	Nils M. Holm <bsdbugs@t3x.org>
MFH:		2014Q4
2014-11-18 13:49:58 +00:00

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>