mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
1a048b4225
- Convert to USES
17 lines
307 B
Makefile
17 lines
307 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
|
|
|
|
PLIST_FILES= bin/movemail \
|
|
man/man1/movemail.1.gz
|
|
|
|
.include <bsd.port.mk>
|