2c1cc3dceb
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form, VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary. Manually reviewed the changes.
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/11/28 00:27:27 rillig Exp $
|
|
|
|
DISTNAME= procps-3.0.5
|
|
CATEGORIES= sysutils
|
|
# this sourceforge project doesn't appear to be at normal sf.net sites
|
|
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=procps/}
|
|
MASTER_SITES= http://procps.sourceforge.net/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://procps.sourceforge.net/
|
|
COMMENT= The Linux /proc file system utilities
|
|
|
|
# This uses Linux include/asm/page.h
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
CONFLICTS+= top-[0-9]*
|
|
|
|
USE_TOOLS+= gmake
|
|
MAKE_ENV+= DESTDIR=${PREFIX:Q}
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|