freebsd-ports/databases/libmemcache/Makefile
Marcus Alves Grando f832618b91 - Fix inline problems
- portlint

PR:		143004
Notified by:	Jose Alfonso Accino <accino___uma.es>
2010-01-31 13:52:06 +00:00

31 lines
629 B
Makefile

# New ports collection makefile for: libmemcache
# Date created: November 29, 2004
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmemcache
DISTVERSION= 1.4.0.rc2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/
MAINTAINER= mnag@FreeBSD.org
COMMENT= The C library for accessing a memcache cluster
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
OPTIONS= DEBUG "Build with debugging turned on" off
.include <bsd.port.pre.mk>
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
.include <bsd.port.post.mk>