Lines 1-24
Link Here
|
1 |
PORTNAME= crawl |
1 |
PORTNAME= crawl |
2 |
PORTVERSION= 0.4 |
2 |
PORTVERSION= 0.4 |
3 |
PORTREVISION= 15 |
3 |
PORTREVISION= 16 |
4 |
CATEGORIES= www |
4 |
CATEGORIES= www |
5 |
MASTER_SITES= http://www.monkey.org/~provos/ |
5 |
MASTER_SITES= http://www.monkey.org/~provos/ |
6 |
|
6 |
|
7 |
MAINTAINER= ports@FreeBSD.org |
7 |
MAINTAINER= portmaster@BSDforge.com |
8 |
COMMENT= Small, efficient web crawler with advanced features |
8 |
COMMENT= Small, efficient web crawler with advanced features |
9 |
WWW= https://www.monkey.org/~provos/crawl/ |
9 |
WWW= https://www.monkey.org/~provos/crawl/ |
10 |
|
10 |
|
11 |
LICENSE= BSD4CLAUSE |
11 |
LICENSE= BSD4CLAUSE |
12 |
|
12 |
|
13 |
DEPRECATED= Abandonware and obsolete, last release in 2003 and no longer developed. Consider using ftp/wget |
|
|
14 |
EXPIRATION_DATE=2024-06-30 |
15 |
|
16 |
LIB_DEPENDS= libevent.so:devel/libevent |
13 |
LIB_DEPENDS= libevent.so:devel/libevent |
17 |
|
14 |
|
18 |
USES= bdb pkgconfig |
15 |
USES= bdb pkgconfig |
19 |
|
16 |
|
20 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
|
|
22 |
CONFIGURE_ARGS= --with-libevent --program-transform-name='' |
18 |
CONFIGURE_ARGS= --with-libevent --program-transform-name='' |
23 |
CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`" |
19 |
CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`" |
24 |
|
20 |
|