mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: figlet
|
|
# Version required: 2.2
|
|
# Date created: Sat July 20, 1996
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= figlet22
|
|
PKGNAME= figlet-2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.nicoh.com/pub/figlet/program/unix/ \
|
|
ftp://ftp.funet.fi/pub/unix/tools/figlet/program/unix/ \
|
|
ftp://ftp.wwa.com/pub/Scarecrow/Figlet/Unix/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
MAN6= figlet.6
|
|
|
|
.include <bsd.port.mk>
|