diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 10:14:50 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 10:14:50 +0000 |
commit | 3a9512452982e7a8d408b405f9305c79c190f83c (patch) | |
tree | 4fffd3a0c8a2c425f5c08aed7e5eb8754a3fb3f5 /www/crawl | |
parent | 1a6e333b4a14ba36d39c3f8898c135fff978d055 (diff) | |
download | ports-3a9512452982e7a8d408b405f9305c79c190f83c.tar.gz ports-3a9512452982e7a8d408b405f9305c79c190f83c.zip |
Notes
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 5 | ||||
-rw-r--r-- | www/crawl/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 16bd70f31c13..8df88c35b2c7 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -6,19 +6,20 @@ # PORTNAME= crawl -PORTVERSION= 0.1b +PORTVERSION= 0.2 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOCONF= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} +CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5" MAN1= crawl.1 diff --git a/www/crawl/distinfo b/www/crawl/distinfo index 38a9c45cb8ae..a8af21231737 100644 --- a/www/crawl/distinfo +++ b/www/crawl/distinfo @@ -1 +1 @@ -MD5 (crawl-0.1b.tar.gz) = 3809c8b13fb5d629a799a1972185500a +MD5 (crawl-0.2.tar.gz) = 539f31ecdf38b76d5bc9b17312d7e995 |