pkgsrc-wip/ethtool/Makefile
pancake ;) 86e1e39fc4 initial import of ethtool
Ethtool is used for querying settings of an ethernet device and changing them
Many ethernet drivers in 2.4 or newer kernel can be queried and tuned using
ethtool.

However, backward compatibility is ensured on 2.2 kernel running Sparc with
SUN Happy Meal (hme) Ethernet card.
2004-11-27 23:38:57 +00:00

18 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 23:38:57 poppnk Exp $
#
DISTNAME= ethtool-1.6
CATEGORIES= wip net linux
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkernel/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://gkernel.sourceforge.net/
COMMENT= Display or change ethernet card settings
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM= Linux-*-*
.include "../../mk/bsd.pkg.mk"