1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/print/lout/Makefile
Satoshi Taoka b14e3be002 Updated to 3.16
Fixed MASTER_SITES
Modified pkg/COMMENT and pkg/DESCR

PR:		13568
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-06 19:00:15 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: lout
# Version required: 3.16
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
DISTNAME= lout-3.16
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
post-install:
@strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
.include <bsd.port.mk>