diff options
author | jasone <jasone@FreeBSD.org> | 2000-03-23 03:28:57 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-03-23 03:28:57 +0000 |
commit | e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23 (patch) | |
tree | 68fb566d2639227ffb6f1180e9507f91e4fe0a07 /sysutils/procmap/Makefile | |
parent | 2d558031ba9e14513e15eac1775ce31453da4acd (diff) | |
download | FreeBSD-ports-e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23.zip FreeBSD-ports-e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23.tar.gz |
Add the procmap port, which prints procfs map files.
Diffstat (limited to 'sysutils/procmap/Makefile')
-rw-r--r-- | sysutils/procmap/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/procmap/Makefile b/sysutils/procmap/Makefile new file mode 100644 index 0000000..772da5f --- /dev/null +++ b/sysutils/procmap/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: procmap +# Version required: (self contained) +# Date created: 22 March 2000 +# Whom: Jason Evans <jasone@freebsd.org> +# +# $FreeBSD$ +# + +DISTNAME= procmap-1.0 +CATEGORIES= sysutils +DISTFILES= #empty + +MAINTAINER= jasone@freebsd.org + +NO_CHECKSUM= yes +NO_WRKSUBDIR= yes + +WRKSRC= ${.CURDIR}/src + +do-fetch: + @${DO_NADA} + +pre-clean: + @$(SH) -ec "cd $(WRKSRC) ; make clean" + +.include <bsd.port.mk> |