1996-11-09 00:00:22 +01:00
|
|
|
# New ports collection makefile for: lout
|
|
|
|
# Date created: 10/22/96
|
|
|
|
# Whom: oly@world.std.com
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-11-09 00:00:22 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= lout
|
2010-10-19 03:46:00 +02:00
|
|
|
PORTVERSION= 3.39
|
1996-11-09 02:17:15 +01:00
|
|
|
CATEGORIES= print
|
2012-06-17 22:11:33 +02:00
|
|
|
MASTER_SITES= SAVANNAH
|
1996-11-09 00:00:22 +01:00
|
|
|
|
2008-11-28 23:46:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= LaTeX like document creation system with PostScript/PDF output
|
1996-11-09 00:00:22 +01:00
|
|
|
|
2012-06-17 22:11:33 +02:00
|
|
|
LICENSE= GPLv3 # (or later)
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
1996-11-09 00:00:22 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
2001-02-17 02:24:05 +01:00
|
|
|
ALL_TARGET= lout prg2lout
|
2012-06-17 22:11:33 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2002-05-08 18:49:17 +02:00
|
|
|
|
2004-11-05 01:03:30 +01:00
|
|
|
MAN1= lout.1 prg2lout.1
|
1996-11-09 00:00:22 +01:00
|
|
|
|
2012-06-17 22:11:33 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2004-11-05 01:03:30 +01:00
|
|
|
INSTALL_TARGET= install installman installdoc
|
2012-06-17 22:11:33 +02:00
|
|
|
.else
|
|
|
|
INSTALL_TARGET= install installman
|
2004-11-05 01:03:30 +01:00
|
|
|
.endif
|
1996-11-09 00:00:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|