aboutsummaryrefslogtreecommitdiff
path: root/mail/poppwd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-04 22:29:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-04 22:29:39 +0000
commitfc5daae9e0ea20764160fdb74d0e0413c14e6933 (patch)
treec14dce2b44c8c110b69a764f3332f6626db35965 /mail/poppwd/Makefile
parent69e3c716338c5ba81df9cb64e0a40ebb33a68424 (diff)
Notes
Diffstat (limited to 'mail/poppwd/Makefile')
-rw-r--r--mail/poppwd/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile
index afe6f5a3fac4..375ba2a82819 100644
--- a/mail/poppwd/Makefile
+++ b/mail/poppwd/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= poppwd
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= mail
-MASTER_SITES= http://freebsd.unixfreunde.de/sources/
+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= ports@FreeBSD.org
-COMMENT= Implementation of the Eudora (compatible) password changing protocol
+MAINTAINER= andrew@ugh.net.au
+COMMENT= Implementation of the Eudora password changing protocol
WRKSRC= ${WRKDIR}/poppwd
@@ -19,4 +20,10 @@ MAN8= poppwd.8
MANCOMPRESSED= maybe
PLIST_FILES= libexec/poppwd
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+
+BROKEN= Does not compile on 4.x
+.endif
+.include <bsd.port.post.mk>