1996-11-08 23:00:22 +00:00
|
|
|
# New ports collection makefile for: lout
|
1999-03-19 18:53:20 +00:00
|
|
|
# Version required: 3.13
|
1996-11-08 23:00:22 +00:00
|
|
|
# Date created: 10/22/96
|
|
|
|
# Whom: oly@world.std.com
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1996-11-08 23:00:22 +00:00
|
|
|
#
|
|
|
|
|
1999-03-19 18:53:20 +00:00
|
|
|
DISTNAME= lout-3.13
|
1996-11-09 01:17:15 +00:00
|
|
|
CATEGORIES= print
|
1996-11-08 23:00:22 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
|
|
|
|
ftp://ftp.cs.usyd.edu.au/jeff/lout/
|
1998-02-21 21:19:40 +00:00
|
|
|
MASTER_SITE_SUBDIR= support/lout
|
1996-11-08 23:00:22 +00:00
|
|
|
|
1999-07-07 06:35:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-11-08 23:00:22 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= lout c2lout
|
|
|
|
INSTALL_TARGET= install installman installdoc
|
|
|
|
|
1996-11-09 01:17:15 +00:00
|
|
|
MAN1= c2lout.1 lout.1
|
1996-11-08 23:00:22 +00:00
|
|
|
|
|
|
|
post-install:
|
1997-09-05 15:47:18 +00:00
|
|
|
strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
|
1996-11-08 23:00:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|