80ad3c94af
might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?)
26 lines
674 B
Makefile
26 lines
674 B
Makefile
# New ports collection makefile for: Mark Moraes malloc library
|
|
# Version required: 1.18
|
|
# Date created: 11 January 1995
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.10 1997/04/28 14:49:38 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= malloc-1.18
|
|
PKGNAME= libmalloc-1.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
@(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h)
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/libmalloc
|
|
${INSTALL_DATA} ${WRKSRC}/malloc.doc ${PREFIX}/share/doc/libmalloc
|
|
${INSTALL_DATA} ${WRKSRC}/NOTE ${PREFIX}/share/doc/libmalloc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|