mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
60c376c63b
what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
18 lines
382 B
Makefile
18 lines
382 B
Makefile
# New ports collection makefile for: Mark Moraes malloc library
|
|
# Version required: 1.18
|
|
# Date created: 11 January 1995
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/18 11:22:52 asami Exp $
|
|
#
|
|
|
|
DISTNAME= malloc-1.18
|
|
PKGNAME= libmalloc-1.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|