freebsd-ports/misc/figlet/Makefile
Satoshi Asami 92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00

21 lines
512 B
Makefile

# New ports collection makefile for: figlet
# Version required: 2.1.1
# Date created: Sat July 20, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.3 1996/11/11 05:49:33 obrien Exp $
#
DISTNAME= figlet2.1.1
PKGNAME= figlet-2.1.1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.nicoh.com/pub/figlet/program/unix/ \
ftp://ftp.wwa.com/pub/Scarecrow/Figlet/Unix/
EXTRACT_SUFX= .tar.Z
MAINTAINER= obrien@cs.ucdavis.edu
MAN6= figlet.6
.include <bsd.port.mk>