freebsd-ports/databases/libmemcache/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

30 lines
613 B
Makefile

# New ports collection makefile for: libmemcache
# Date created: November 29, 2004
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmemcache
PORTVERSION= 1.4.0.rc2
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:15
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>