diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-23 16:09:53 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-23 16:09:53 +0000 |
commit | 302ddeb73e4485411c6ccb4dbc8d317879222dba (patch) | |
tree | 821fd4b1cec4d66d83d4ac4c891d8fc73127f184 /www/crawl/Makefile | |
parent | cb1d95a5762937e7d8a54e4d881ec7d453e843c0 (diff) | |
download | ports-302ddeb73e4485411c6ccb4dbc8d317879222dba.tar.gz ports-302ddeb73e4485411c6ccb4dbc8d317879222dba.zip |
Add crawl, a worm that searches for jpegs
PR: 28304
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=44354
Diffstat (limited to 'www/crawl/Makefile')
-rw-r--r-- | www/crawl/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile new file mode 100644 index 000000000000..e25ae90ec559 --- /dev/null +++ b/www/crawl/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: crawl +# Date created: 20 June 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= crawl +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= http://www.monkey.org/~provos/ + +MAINTAINER= petef@databits.net + +BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libevent=${LOCALBASE} + +MAN1= crawl.1 + +.include <bsd.port.mk> |