forked from Lainports/freebsd-ports
the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# New ports collection makefile for: memcached
|
|
# Date created: July 21, 2003
|
|
# Whom: Sean Chittenden <seanc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= memcached
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.danga.com/memcached/dist/
|
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
|
COMMENT= High-performance distributed memory object cache system
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
|
|
|
|
PLIST_FILES= bin/memcached
|
|
USE_AUTOMAKE=YES
|
|
USE_AUTOCONF_VER= 253
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|