pkgsrc-wip/net-tools/Makefile
Aleksej Saushev 117322ad16 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 18:15:31 +00:00

28 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/03 18:15:31 asau Exp $
DISTNAME= net-tools-1.60
CATEGORIES= net sysutils
MASTER_SITES= http://www.tazenda.demon.co.uk/phil/net-tools/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
#HOMEPAGE
COMMENT= Network configuration and status tools for Linux
PKG_DESTDIR_SUPPORT= none
USE_TOOLS+= gmake
# build uses linux/if_ether.h for example
ONLY_FOR_PLATFORM= Linux-*-*
do-configure:
cd ${WRKSRC} && yes "" | ${GMAKE} BASEDIR=${PREFIX} config
do-build:
cd ${WRKSRC} && yes "" | ${GMAKE} BASEDIR=${PREFIX}
do-install:
# XXX "make install" backs up files; use "make update"
cd ${WRKSRC} && ${GMAKE} BASEDIR=${PREFIX} update
.include "../../mk/bsd.pkg.mk"