openbsd-ports/net/crawl/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

30 lines
602 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/07/12 22:07:38 sthen Exp $
COMMENT= small and efficient HTTP crawler
DISTNAME= crawl-0.4
REVISION= 2
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 event
MASTER_SITES= http://www.monkey.org/~provos/
LIB_DEPENDS= lib/db/db.=3:db->=3,<4: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>