freebsd-ports/devel/libe/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
508 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libe
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://hyperdex.org/src/
MAINTAINER= vg@FreeBSD.org
COMMENT= High-performance datastructures and utilities for C++
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= amd64
.include <bsd.port.mk>