forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# Created by: wosch
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/movemail \
|
|
man/man1/movemail.1.gz
|
|
|
|
.include <bsd.port.mk>
|