1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/libe/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
492 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libe
PORTVERSION= 0.7.0
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>