diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
commit | 33fdc467a2557ff913d51a3486fb5bd020e3756c (patch) | |
tree | a0c9e2200b3c147e16281d6c8129510a46dd9511 /www/bozohttpd/Makefile | |
parent | 71b23ad4448a1fba1e6285dfbfceb1dcb13df9f7 (diff) | |
download | ports-33fdc467a2557ff913d51a3486fb5bd020e3756c.tar.gz ports-33fdc467a2557ff913d51a3486fb5bd020e3756c.zip |
Notes
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile new file mode 100644 index 000000000000..ef045edc81a3 --- /dev/null +++ b/www/bozohttpd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bozohttpd +# Date created: 21.03.2002 +# Whom: Janos.Mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= bozohttpd +PORTVERSION= 5.14 +CATEGORIES= www ipv6 +MASTER_SITES= http://www.eterna.com.au/bozohttpd/ + +MAINTAINER= Janos.Mohacsi@bsd.hu + +USE_BZIP2= YES + +MAN8= bozohttpd.8 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> |