freebsd-ports/www/crawl/Makefile
Pete Fritchman 3a95124529 - update to 0.2
- remove redundant GNU_CONFIGURE (this is implied by USE_AUTOCONF)
2001-12-23 10:14:50 +00:00

27 lines
571 B
Makefile

# New ports collection makefile for: crawl
# Date created: 20 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= crawl
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
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5"
MAN1= crawl.1
.include <bsd.port.mk>