1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/mtbl/Makefile
Don Lewis ca19695445 Nuke the FreeBSD 8 binutils workaround, which eliminates the need for
bsd.port.pre.mk and bsd.port.post.mk.

Sponsored by:	Farsight Security, Inc.
2015-08-22 01:09:09 +00:00

25 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= mtbl
PORTVERSION= 0.7.0
CATEGORIES= devel
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Immutable sorted string table library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>