17 lines
402 B
Makefile
17 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/11/02 18:00:11 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= ethtool-1.6
|
|
CATEGORIES= 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_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|