pkgsrc-wip/netkit-routed/Makefile
Blue Rats c222660538 Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
2012-11-25 23:32:07 +00:00

22 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/11/25 23:32:28 othyro 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= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hcs.harvard.edu/~dholland/computers/netkit.html
COMMENT= Network RIP and router discovery daemon for Linux
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM= Linux-*-*
CONFIGURE_ARGS+=--prefix=${PREFIX:Q}
.include "../../mk/bsd.pkg.mk"