freebsd-ports/print/lout/Makefile
Seiichirou Hiraoka 1162a3b4f0 Update to 3.13
PR: ports/10643
Submitted by:  jose@nobody.org
1999-03-19 18:53:20 +00:00

28 lines
545 B
Makefile

# New ports collection makefile for: lout
# Version required: 3.13
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $Id$
#
DISTNAME= lout-3.13
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.cs.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
MAINTAINER= oly@world.std.com
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET= lout c2lout
INSTALL_TARGET= install installman installdoc
MAN1= c2lout.1 lout.1
post-install:
strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
.include <bsd.port.mk>