aboutsummaryrefslogtreecommitdiffstats
path: root/print/lout/Makefile
blob: 9a6fa73ae34aa9c5bc0e1df25825e2fce363e0ef (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
# New ports collection makefile for: lout
# Date created:      10/22/96
# Whom:              oly@world.std.com
#
# $FreeBSD$
#

PORTNAME=   lout 
PORTVERSION=    3.17 
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_TEX_CTAN} \
        ftp://ftp.cs.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout

MAINTAINER= ports@FreeBSD.org

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

MAN1=       c2lout.1 lout.1

.include <bsd.port.mk>