freebsd-ports/print/lout/Makefile
Danilo Egea Gondolfo 7b360b6f46 - Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support
- Recreate files/patch-01 as files/patch-makefile

Approved by:	wg (mentor)
2013-10-01 00:03:57 +00:00

22 lines
441 B
Makefile

# Created by: oly@world.std.com
# $FreeBSD$
PORTNAME= lout
PORTVERSION= 3.40
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
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
ALL_TARGET= lout prg2lout
INSTALL_TARGET= install installman installdoc
.include <bsd.port.mk>