mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
92cb149612
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
21 lines
512 B
Makefile
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>
|