freebsd-ports/devel/libdlmalloc/Makefile
Ollivier Robert 0926ee4df7 Update the MD5/SHA256 checksums, they were wrong (and the file sizes too)
because the submitter's proxy is rewrting \n into \r\n...

Remove USE_DOS2UNIX which is not needed for the very same reason.
2006-03-22 16:23:27 +00:00

28 lines
628 B
Makefile

# New ports collection makefile for: Doug Lea malloc library
# Date created: 3 June 1995
# Whom: roberto
#
# $FreeBSD$
#
PORTNAME= dlmalloc
PORTVERSION= 2.8.3
CATEGORIES= devel
MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/ \
ftp://ftp.netsw.org/system/libs/memory/optimize/
DISTFILES= malloc-${PORTVERSION}.c malloc-${PORTVERSION}.h
MAINTAINER= roberto@FreeBSD.org
COMMENT= Small, fast malloc library by Doug Lea
NO_WRKSUBDIR= yes
INSTALLS_SHLIB= yes
do-extract:
@${MKDIR} ${WRKDIR}
.for f in ${DISTFILES}
${CP} -p ${DISTDIR}/${f} ${WRKDIR}
.endfor
${CP} -p ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>