diff options
Diffstat (limited to 'devel/libdlmalloc/Makefile')
| -rw-r--r-- | devel/libdlmalloc/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile new file mode 100644 index 000000000000..f41a5466027f --- /dev/null +++ b/devel/libdlmalloc/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Doug Lea malloc library +# Version required: 2.5.3b +# Date created: 3 June 1995 +# Whom: roberto +# +# $Id$ +# + +DISTNAME= dlmalloc +PKGNAME= dlmalloc-2.5.3b +CATEGORIES+= development programming libraries +MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/ +DISTFILES= malloc-2.5.3b.c + +MAINTAINER= roberto@FreeBSD.ORG + +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes + +do-extract: + @rm -rf ${WRKDIR} + @mkdir -p ${WRKDIR} + cp -p ${DISTDIR}/${DISTFILES} ${WRKDIR} + cp -p ${FILESDIR}/Makefile ${WRKDIR} + +.include <bsd.port.mk> |
