freebsd-ports/devel/libdlmalloc/Makefile
Satoshi Asami 69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00

30 lines
602 B
Makefile

# New ports collection makefile for: Doug Lea malloc library
# Version required: 2.5.3b
# Date created: 3 June 1995
# Whom: roberto
#
# $Id: Makefile,v 1.2 1995/06/24 11:37:11 asami Exp $
#
DISTNAME= dlmalloc
PKGNAME= dlmalloc-2.5.3b
CATEGORIES+= devel
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}
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>