diff options
Diffstat (limited to 'devel/mprof/Makefile')
-rw-r--r-- | devel/mprof/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile deleted file mode 100644 index ae54dcc64db1..000000000000 --- a/devel/mprof/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# 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.4 1995/04/09 10:05:17 asami Exp $ -# - -DISTNAME= mprof-3.0 -CATEGORIES+= development programming -MASTER_SITES= ftp://cs.colorado.edu/pub/misc/ -EXTRACT_SUFX= .tar.Z - -WRKSRC= ${WRKDIR} -MAKEFILE= Makefile.i386 - -do-install: - install -c -s -m 555 ${WRKSRC}/mprof ${PREFIX}/bin - install -c -m 555 ${WRKSRC}/libc_mp.a ${PREFIX}/lib - install -c -m 555 ${WRKSRC}/mprof.1 ${PREFIX}/man/man1 - gzip -9nf ${PREFIX}/man/man1/mprof.1 - -.include <bsd.port.mk> |