1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/shmap/Makefile
Dmitry Marakasov ae42eaad9a - Switch to USES=libtool, drop .la files
- Strip libraries
- Use new LIB_DEPENDS syntax
2014-07-02 22:26:32 +00:00

25 lines
484 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= shmap
PORTVERSION= 0.3.2
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Shared-memory-based hashmaps
LIB_DEPENDS= libmm.so:${PORTSDIR}/devel/mm
USES= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshmap.so
.include <bsd.port.mk>