2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Sean Chittenden <seanc@FreeBSD.org>
|
2004-11-30 10:09:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmemcache
|
2010-01-31 14:52:06 +01:00
|
|
|
DISTVERSION= 1.4.0.rc2
|
2014-07-29 16:59:29 +02:00
|
|
|
PORTREVISION= 2
|
2004-11-30 10:09:27 +01:00
|
|
|
CATEGORIES= databases
|
2006-02-21 10:17:03 +01:00
|
|
|
MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/
|
2004-11-30 10:09:27 +01:00
|
|
|
|
2012-02-01 16:53:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-30 10:09:27 +01:00
|
|
|
COMMENT= The C library for accessing a memcache cluster
|
|
|
|
|
2014-07-29 16:59:29 +02:00
|
|
|
USES= libtool tar:bzip2
|
- 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 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-21 10:17:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-29 16:59:29 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-12-21 19:37:35 +01:00
|
|
|
|
2012-06-01 18:59:20 +02:00
|
|
|
OPTIONS_DEFINE= DEBUG
|
2004-12-21 19:37:35 +01:00
|
|
|
|
2016-12-20 19:35:53 +01:00
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
2004-12-21 19:37:35 +01:00
|
|
|
|
2012-06-01 18:59:20 +02:00
|
|
|
.include <bsd.port.mk>
|