mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
fc5daae9e0
- Pass maintainership to submitter - Update MASTER_SITES and WWW PR: ports/106314 Submitted by: Andrew <andrew@ugh.net.au>
30 lines
625 B
Makefile
30 lines
625 B
Makefile
# New ports collection makefile for: poppwd
|
|
# Date created: 12 Jan 2001
|
|
# Whom: 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
|
|
|
|
MAN8= poppwd.8
|
|
MANCOMPRESSED= maybe
|
|
PLIST_FILES= libexec/poppwd
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
.include <bsd.port.post.mk>
|