summaryrefslogtreecommitdiffstats
path: root/www/webfs
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-01-05 18:23:08 +0000
committerjedgar <jedgar@FreeBSD.org>2001-01-05 18:23:08 +0000
commit8f63d4887e6ef2b40e4d965785643a49d7d7207b (patch)
treee3cd197bee7ed0b7aebe1cdd62556520d4c569aa /www/webfs
parentc6a27627f64f48b5fba282c8bf80683803fc3c7c (diff)
downloadFreeBSD-ports-8f63d4887e6ef2b40e4d965785643a49d7d7207b.zip
FreeBSD-ports-8f63d4887e6ef2b40e4d965785643a49d7d7207b.tar.gz
Mark as BROKEN for FreeBSD < 4.x due to required ipv6 support
Diffstat (limited to 'www/webfs')
-rw-r--r--www/webfs/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile
index 50d3d3e..f7b043a 100644
--- a/www/webfs/Makefile
+++ b/www/webfs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= webfs
PORTVERSION= 1.6
-CATEGORIES= www
+CATEGORIES= www ipv6
MASTER_SITES= http://www.strusel007.de/linux/misc/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -16,6 +16,12 @@ MAINTAINER= jedgar@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
MAN1= webfsd.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 400000
+BROKEN= "Requires FreeBSD 4.x or greater due to ipv6 support"
+.endif
+
do-configure:
@${CP} ${WRKSRC}/webfsd.man ${WRKSRC}/webfsd.1
.for file in webfsd.1 main.c Makefile
@@ -30,4 +36,4 @@ do-install:
@${ECHO} "# Insert mime types here" > ${PREFIX}/etc/webfsd/mime.types
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud