b1d1e479a4
build time failures, where the wrong version of db could be found
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# $OpenBSD: Makefile,v 1.19 2005/01/12 21:31:06 sturm Exp $
|
|
|
|
COMMENT= "small and efficient HTTP crawler"
|
|
|
|
DISTNAME= crawl-0.4
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.monkey.org/~provos/crawl/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.monkey.org/~provos/
|
|
|
|
LIB_DEPENDS= lib/db/db.=3:db-3.*:databases/db/v3
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|