summaryrefslogtreecommitdiff
path: root/print/lout/Makefile
blob: 726a6dfaaf6f84813a50f6f22ce8d98ce2b76d4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for: lout
# Version required:  3.08
# Date created:      10/22/96
# Whom:              oly@world.std.com
#
# $Id$
#

DISTNAME=	lout.3.08
PKGNAME=	lout-3.08
CATEGORIES+=	print
MASTER_SITE_SUBDIR=	support/lout/lout
MASTER_SITES=	${MASTER_SITE_TEX_CTAN}  \
		ftp://ftp.cs.usyd.edu.au/jeff/lout/

MAINTAINER=	oly@world.std.com

USE_GMAKE=	yes
MAKEFILE=	makefile
ALL_TARGET=	lout c2lout
INSTALL_TARGET=	install installman installdoc

MANPAGES=	man/man1/c2lout.1 man/man1/lout.1

post-install:
	strip $(PREFIX)/bin/lout
	strip $(PREFIX)/bin/c2lout

.include <bsd.port.mk>