pkgsrc-wip/net-tools/Makefile
Jeremy C. Reed a7c16be3a5 net-tools is a suite of standard tools for Linux networking. This
includes ifconfig, route, netstat, hostname, arp, and several other
utilities.
2003-05-07 22:12:54 +00:00

26 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/05/07 22:12:54 jeremy-c-reed 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= packages@netbsd.org
#HOMEPAGE
COMMENT= Network configuration and status tools for Linux
USE_GMAKE= YES
# 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"