7f00eaada9
no longer correct since update to libevent 1.x; it now uses libtool and generates a shlib. Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since the binary pkg changes for any OS that doesn't have a sufficient builtin libevent version (or the package has requested a non-builtin version).
25 lines
724 B
Makefile
25 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/09/16 14:46:42 tv Exp $
|
|
#
|
|
|
|
DISTNAME= memcached-1.1.11
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.danga.com/memcached/dist/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.danga.com/memcached/
|
|
COMMENT= High-performance distributed memory object caching system
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
|
|
|
|
INSTALLATION_DIRS= bin share/doc/${PKGBASE} man/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/memcached ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/doc/memcached.1 ${PREFIX}/man/man1
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../devel/libevent/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|