1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libmalloc/Makefile

20 lines
384 B
Makefile
Raw Normal View History

# 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>