- Add LICENSE
- Pet portlint - Drop @dirrm* from plist
This commit is contained in:
parent
badd233a91
commit
76a6eda168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380592
@ -10,7 +10,7 @@ MASTER_SITES= http://www.monkey.org/~provos/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Small, efficient web crawler with advanced features
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
LICENSE= BSD4CLAUSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
|
||||
|
||||
@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libevent --program-transform-name=''
|
||||
CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`"
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/include/db2,${BDB_INCLUDE_DIR},g' \
|
||||
-e 's,db2,${BDB_LIB_NAME},g' ${WRKSRC}/configure.in
|
||||
|
@ -1,4 +1,3 @@
|
||||
bin/crawl
|
||||
man/man1/crawl.1.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crawl.conf
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user