aboutsummaryrefslogtreecommitdiff
path: root/www/wwwoffle/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-09 01:17:19 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-09 01:17:19 +0000
commit7537fea0289bfdcb8206ffe5a7d5f552f46551b9 (patch)
treea4453d4076ca7aedfadb9edcdd63bc056ca59173 /www/wwwoffle/Makefile
parent80c3c70814308e26426e7c923c19279637ee1369 (diff)
downloadports-7537fea0289bfdcb8206ffe5a7d5f552f46551b9.tar.gz
ports-7537fea0289bfdcb8206ffe5a7d5f552f46551b9.zip
Notes
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r--www/wwwoffle/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
new file mode 100644
index 000000000000..c0c89f5e2e05
--- /dev/null
+++ b/www/wwwoffle/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: wwwoffle
+# Version required: 2.1
+# Date created: 1 Jun 1998
+# Whom: Peter Mutsaers
+#
+# $Id$
+#
+
+DISTNAME= wwwoffle-2.1
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \
+ ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/www/servers
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= plm@xs4all.nl
+
+USE_GMAKE= yes
+
+MAN1= wwwoffle.1
+MAN5= wwwoffle.conf.5
+MAN8= wwwoffled.8
+
+.include <bsd.port.mk>