pkgsrc-wip/netkit-routed/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:23 thomasklausner Exp $
#
DISTNAME= netkit-routed-0.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ \
${MASTER_SITE_SUNSITE:=system/network/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.hcs.harvard.edu/~dholland/computers/netkit.html
COMMENT= Network RIP and router discovery daemon for Linux
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+=--prefix=${PREFIX}
.include "../../mk/bsd.pkg.mk"