1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/umem/Makefile
Pav Lucistnik 8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00

31 lines
689 B
Makefile

# New ports collection makefile for: umem
# Date created: 02 October 2006
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= umem
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the Solaris memory allocator
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
ONLY_FOR_ARCHS= i386 amd64
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in
MAN3= umem_alloc.3 umem_cache_create.3 umem_debug.3
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>