Changes: 20021112: fix not proper handling of option "-q|--quiet" in some cases enhance help options (-h|--help now also valid) on --out|action|in ipv6logconf: "make test" can be now also executed by root (su to nobody) tag version 0.45 20021104: minor cosmetics in IEEE/OUI database
20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.12 2003/01/11 08:46:40 salo Exp $
|
|
#
|
|
|
|
DISTNAME= ipv6calc-0.45
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/
|
|
COMMENT= Manipulates IPv6 adresses
|
|
|
|
# This package does not set or evaluate USE_INET6, but it should still
|
|
# be listed in README-IPv6.html. Leave this comment here to make it so!
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= root=${PREFIX}
|
|
INSTALL_TARGET= installonly
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|