mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
27d8d02af8
Noticed by: pfgshield-freebsd at yahoo.com
34 lines
703 B
Makefile
34 lines
703 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
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION}/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= A port of the Solaris memory allocator
|
|
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in
|
|
|
|
MAN3= umem_alloc.3 umem_cache_create.3 umem_debug.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# pthread
|
|
.if ${OSVERSION} < 502102
|
|
IGNORE= requires FreeBSD 5.2.1 or above
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|