# New ports collection makefile for: libmemcache # Date created: November 29, 2004 # Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= libmemcache PORTVERSION= 1.4.0.rc2 CATEGORIES= databases MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/ MAINTAINER= seanc@FreeBSD.org COMMENT= The C library for accessing a memcache cluster USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes OPTIONS= DEBUG "Build with debugging turned on" off .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--enable-debug .endif .include