freebsd-ports/devel/mprof/Makefile
Bill Fenner 078b4d6ff8 cs.colorado.edu's ftp port is firewalled; the file exists on
ftp.cs.colorado.edu.

Found by:	distfile checker
1997-06-09 02:06:31 +00:00

24 lines
583 B
Makefile

# New ports collection makefile for: mprof
# Version required: 3.0
# Date created: Sat Nov 5 01:16:33 PST 1994
# Whom: hsu
#
# $Id: Makefile,v 1.8 1996/11/18 11:23:19 asami Exp $
#
DISTNAME= mprof-3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/misc/
EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}
MAKEFILE= Makefile.i386
MAN1= mprof.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mprof ${PREFIX}/bin
install -c -m 555 ${WRKSRC}/libc_mp.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/mprof.1 ${PREFIX}/man/man1
.include <bsd.port.mk>