freebsd-ports/devel/libmalloc/Makefile
Satoshi Asami 69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00

17 lines
370 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.4 1995/06/24 11:37:20 asami Exp $
#
DISTNAME= malloc
PKGNAME= malloc-1.17a
CATEGORIES+= devel
MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>