diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
commit | 6bd17ff66ce62395df049c5abfa1aee807f42d8f (patch) | |
tree | 2913434b1283d364d726be08108835e77c79a5a4 /mail/cucipop | |
parent | ccefdc05be704d891af786f9b61b29cb194bd7da (diff) | |
download | freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.gz freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.zst freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 7a8c67fae118..47b77cb11500 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -14,21 +14,17 @@ PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ PATCHFILES= cucipop-1.31-v6-20010223.diff.gz PATCH_DIST_STRIP= -p1 -.endif - -#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 MAINTAINER= ports@FreeBSD.org COMMENT= Cubic Circle's POP3 daemon (fully RFC1939 compliant) +#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 + MAN8= cucipop.8 #makevpopdb.8 PLIST_FILES= libexec/cucipop -.include <bsd.port.post.mk> +.include <bsd.port.mk> |