mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
2d8b17ea39
With hat: portmgr
28 lines
515 B
Makefile
28 lines
515 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= The C library for accessing a memcache cluster
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDEBUG}
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|