blob: 293d50ea79df9ea9a889141df51b2b9b031f3931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: figlet
# Version required: 2.2
# Date created: Sat July 20, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $NetBSD: Makefile,v 1.2 1997/10/24 01:16:23 hubertf Exp $
# FreeBSD 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.wwa.com/pub/Scarecrow/Figlet/Unix/
MAINTAINER= obrien@FreeBSD.org
MAN6= figlet.6
.include <bsd.port.mk>
|