freebsd-ports/sysutils/memgrep/Makefile
Foxfair Hu c3d65c185b Add memgrep 0.7.0,
utility to manipulate memory from running
processes and core files.

PR:		48561
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-05-22 03:55:03 +00:00

25 lines
585 B
Makefile

# New ports collection Makefile for: memgrep
# Date created: 22 February 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= memgrep
PORTVERSION= 0.7.0
CATEGORIES= sysutils
MASTER_SITES= http://www.hick.org/code/skape/memgrep/
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Utility to manipulate memory from running processes and core files
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/docs/html/* ${DOCSDIR}/html
.endif
.include <bsd.port.mk>