diff options
author | andreas <andreas@FreeBSD.org> | 1996-12-14 22:27:51 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-12-14 22:27:51 +0000 |
commit | a2bc13410742b25f52002b54351df115d084120b (patch) | |
tree | 5a85834f6e63a8575ce3af0e0a1cca70f087ae17 /mail/faces/Makefile | |
parent | 26f5a1a98ac1367e31f4d7944d43a420de3074a6 (diff) | |
download | FreeBSD-ports-a2bc13410742b25f52002b54351df115d084120b.zip FreeBSD-ports-a2bc13410742b25f52002b54351df115d084120b.tar.gz |
faces - visual mail, user and print face server
can nicely be used with exmh
Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile new file mode 100644 index 0000000..ab49acd --- /dev/null +++ b/mail/faces/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: faces-1.6.1 +# Version required: 1.6.1 +# Date created: 09 December 96 +# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> +# Andreas Klemm <andreas@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= faces-1.6.1 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \ + ftp://odie.physik2.uni-rostock.de/pub/ + +MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de + +WRKSRC= $(WRKDIR)/faces +EXTRACT_SUFX= .tar.Z + +.include <bsd.port.mk> |