1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/libmalloc/Makefile
Satoshi Asami 60c376c63b Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
what good it will do with phkmalloc in the system....

Submitted (mostly) by:	chuckr (yes Chuck, I finally got to your mail!)
1997-01-10 10:57:55 +00:00

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>