diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-07 06:26:20 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-07 06:26:20 +0800 |
commit | 16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3 (patch) | |
tree | 6991d1a8b2b2c411fa57501fa1b7bf634837e2ed /mail/movemail/Makefile | |
parent | 0d30377ac60081a53f6124313773a59b0a90fc19 (diff) | |
download | freebsd-ports-gnome-16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3.tar.gz freebsd-ports-gnome-16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3.tar.zst freebsd-ports-gnome-16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3.zip |
Move your mail box to annother location.
Movemail is part of the GNU Emacs distribution (version 19.34).
This port works only for FreeBSD.
Diffstat (limited to 'mail/movemail/Makefile')
-rw-r--r-- | mail/movemail/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/movemail/Makefile b/mail/movemail/Makefile new file mode 100644 index 000000000000..626f62f119f4 --- /dev/null +++ b/mail/movemail/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: movemail +# Version required: 1.0 +# Date created: 1997/09/09 +# Whom: wosch +# +# $Id: Makefile,v 1.6 1997/08/19 21:17:13 wosch Exp $ +# + +DISTNAME= movemail-1.0 +CATEGORIES= mail +MASTER_SITES= http://www.freebsd.org/~wosch/src/ + +MAINTAINER= wosch@FreeBSD.ORG + +.include <bsd.port.mk> |