freebsd-ports/devel/libdlmalloc/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

23 lines
482 B
Makefile

# Created by: roberto
# $FreeBSD$
PORTNAME= dlmalloc
PORTVERSION= 2.8.6
CATEGORIES= devel
MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/
DISTFILES= malloc-${PORTVERSION}.c malloc-${PORTVERSION}.h
MAINTAINER= roberto@FreeBSD.org
COMMENT= Small, fast malloc library by Doug Lea
NO_WRKSUBDIR= yes
USE_LDCONFIG= yes
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
${CP} -p ${DISTDIR}/${f} ${WRKSRC}
.endfor
${CP} -p ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>