18 lines
440 B
Makefile
18 lines
440 B
Makefile
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= poppwd
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ \
|
|
http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
COMMENT= Implementation of the Eudora password changing protocol
|
|
|
|
WRKSRC= ${WRKDIR}/poppwd
|
|
|
|
PLIST_FILES= libexec/poppwd \
|
|
man/man8/poppwd.8.gz
|
|
|
|
.include <bsd.port.mk>
|