mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
344d59f9f0
PR: ports/75631 Submitted by: Ports Fury
29 lines
572 B
Makefile
29 lines
572 B
Makefile
# New ports collection makefile for: procmap
|
|
# Date created: 22 March 2000
|
|
# Whom: Jason Evans <jasone@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= procmap
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Print the contents of a procfs map file
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKE_ENV= MAKEOBJDIRPREFIX=${WRKSRC} MAKEOBJDIR=${WRKSRC}
|
|
|
|
procmap_files := Makefile procmap.c procmap.8
|
|
|
|
post-extract:
|
|
cd ${FILESDIR} ; \
|
|
${CP} -p ${procmap_files} ${WRKSRC}
|
|
|
|
pre-build:
|
|
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} obj
|
|
|
|
.include <bsd.port.mk>
|