mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
658 B
Makefile
24 lines
658 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.7 1998/01/17 11:50:48 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= figlet22
|
|
PKGNAME= figlet-2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://wuarchive.wustl.edu/graphics/graphics/misc/figlet/program/unix/ \
|
|
ftp://ftp.funet.fi/pub/unix/tools/figlet/program/unix/ \
|
|
ftp://ftp.internexus.net/pub/figlet/program/unix/ \
|
|
http://www.freebsd.org/~obrien/Distfiles/ \
|
|
ftp://ftp.nuxi.com/pub/misc/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
MAN6= figlet.6
|
|
|
|
.include <bsd.port.mk>
|