summaryrefslogtreecommitdiff
path: root/www/scout/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-06-03 11:07:30 +0000
committerMark Pulford <markp@FreeBSD.org>2002-06-03 11:07:30 +0000
commit2a0f0241ac288bfe321890bd40736fbeb3807622 (patch)
tree73be97bb6698f6e8e88beb1fce7fbaf950b117bd /www/scout/Makefile
parentUpdate to 0.7.0. (diff)
Add scout 0.70, a utility to harvest URLs from a given start point.
PR: 37110 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Notes
Notes: svn path=/head/; revision=60528
Diffstat (limited to 'www/scout/Makefile')
-rw-r--r--www/scout/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/scout/Makefile b/www/scout/Makefile
new file mode 100644
index 000000000000..e7bd48f8b9eb
--- /dev/null
+++ b/www/scout/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: scout
+# Date created: 15/04/2002
+# Whom: Dominic Marks <dominic_marks@btinternet.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scout
+PORTVERSION= 0.70
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.armstrong.com/pub/scout/ \
+ http://nerf-herder.net/siege/
+
+MAINTAINER= dominic_marks@btinternet.com
+
+USE_LIBTOOL= yes
+CONFIGURE_ARGS+= --disable-shared --enable-static
+MAN1= scout.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/scout.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>