1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libmalloc/Makefile
Satoshi Asami d4485f6a25 This port is BROKEN. Actually, do we still need this, now that we
have phkmalloc in the main source tree?
1996-04-12 08:25:58 +00:00

20 lines
384 B
Makefile

# New ports collection makefile for: Mark Moraes malloc library
# Version required: 1.17alpha
# Date created: 11 January 1995
# Whom: jkh
#
# $Id: Makefile,v 1.5 1995/11/26 11:29:09 asami Exp $
#
DISTNAME= malloc
PKGNAME= malloc-1.17a
CATEGORIES+= devel
MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
BROKEN= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>