summaryrefslogtreecommitdiff
path: root/www/bozohttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r--www/bozohttpd/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index e1a166b4dbe..8e12269bd7f 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,12 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2000/05/24 14:52:49 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/23 12:24:41 jlam Exp $
#
DISTNAME= bozohttpd-5.05
+PKGNAME= ${DISTNAME}nb1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
+
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.eterna.com.au/bozohttpd/
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(USE_INET6) && (${USE_INET6} == "YES")
+CPPFLAGS+= -DINET6
+MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"
+.endif
+
.include "../../mk/bsd.pkg.mk"