freebsd-ports/mail/movemail/Makefile

19 lines
322 B
Makefile
Raw Normal View History

# Created by: wosch
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
PORTNAME= movemail
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://wolfram.schneider.org/src/
MAINTAINER= wosch@FreeBSD.org
COMMENT= Move your mail box to another location
2014-09-07 18:29:18 +02:00
USES= uidfix
2014-02-03 10:40:26 +01:00
PLIST_FILES= bin/movemail \
man/man1/movemail.1.gz
1998-08-24 10:11:39 +02:00
.include <bsd.port.mk>