freebsd-ports/databases/libmemcache/Makefile
Dmitry Marakasov 41798f8399 - Switch databases/libmemcache to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
- Strip libraries
- Bump dependent ports as .so version has changed
2014-07-29 14:59:29 +00:00

26 lines
531 B
Makefile

# Created by: Sean Chittenden <seanc@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmemcache
DISTVERSION= 1.4.0.rc2
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/
MAINTAINER= ports@FreeBSD.org
COMMENT= The C library for accessing a memcache cluster
USES= libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
.include <bsd.port.mk>