1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/libmalloc/Makefile
1996-11-18 11:44:27 +00:00

20 lines
383 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.6 1996/04/12 08:25:58 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>