blob: 537f7bb4bfc0bf8f78204ffd7f9e0c42a598a29f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|