18 lines
427 B
Makefile
18 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:01 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bridge-utils-1.0.4
|
|
CATEGORIES= net linux
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bridge/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://bridge.sourceforge.net/
|
|
COMMENT= Ethernet bridging utilities for GNU/Linux
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|