diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:44:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:44:21 +0000 |
| commit | 80ddecc439cee96bb09bbab009da27e8bf6a47b6 (patch) | |
| tree | 91f328948a1e5749a7ccda5338adab384df213a1 /mail/xlbiff/Makefile | |
| parent | 245dce63b3c064af06b88c8c7c3e22f1852dd50e (diff) | |
the X Literate Biff - displays the from and subject from incoming mails
Diffstat (limited to 'mail/xlbiff/Makefile')
| -rw-r--r-- | mail/xlbiff/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile new file mode 100644 index 000000000000..793001c788cb --- /dev/null +++ b/mail/xlbiff/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xlbiff +# Version required: 3.0 +# Date created: 23-Aug-1995 +# Whom: David O'Brien <obrien@cs.ucdavis.edu> +# +# $Id: Makefile,v 1.1.1.1 1996/02/29 01:57:44 asami Exp $ + +DISTNAME= xlbiff-3.0 +CATEGORIES+= mail x11 +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.pacbell.com/mirror/ftp.x.org/X11/R5contrib/ \ + ftp://ftp.funet.fi//pub/X11/R5contrib/ \ + ftp://ftp.hitachi.co.jp/pub/X/R5contrib/ + +MAINTAINER= obrien@cs.ucdavis.edu + +# I can't get the same tarball from any two fetches -- weird. +NO_CHECKSUM= yes +USE_IMAKE= yes + +.include <bsd.port.mk> |
