summaryrefslogtreecommitdiff
path: root/devel/libmalloc/Makefile
blob: c9c2679591fdfd88aa86ae1b913e51bdefa9f457 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# New ports collection makefile for:	Mark Moraes malloc library
# Version required:	1.17alpha
# Date created:		11 January 1995
# Whom:			jkh
#
# $Id: Makefile,v 1.3 1995/04/09 10:05:12 asami Exp $
#

DISTNAME=	malloc
PKGNAME=	malloc-1.17a
CATEGORIES+=	development programming libraries
MASTER_SITES=	ftp.cs.toronto.edu:/pub/moraes/

post-install:
	ldconfig -m ${PREFIX}/lib

.include <bsd.port.mk>