freebsd-ports/devel/libdlmalloc/Makefile
Mario Sergio Fujikawa Ferreira 2275ee0bcf typo clean up police: \s -> \t
2001-02-14 05:43:00 +00:00

27 lines
552 B
Makefile

# New ports collection makefile for: Doug Lea malloc library
# Date created: 3 June 1995
# Whom: roberto
#
# $FreeBSD$
#
PORTNAME= dlmalloc
PORTVERSION= 2.6.5
CATEGORIES= devel
MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/ \
ftp://ftp.netsw.org/netsw/System/Libs/Memory/Optimize/
DISTFILES= malloc-2.6.5.c
MAINTAINER= roberto@FreeBSD.org
NO_WRKSUBDIR= yes
INSTALLS_SHLIB= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR}
${CP} -p ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>