5426e52809
* Changed stuff around to be compatible with newer version of autoconf. * Updated ipv6 reverse dns output to use the domain ip6.arpa instead of ip6.int, thanks to M?ns Nilsson for bringing this to my attention. * Change license from GPL to BSD, see COPYING for details. Fixes PR#21846 from Sergey Svishchev
15 lines
378 B
Makefile
15 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/12 00:21:11 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= sipcalc-1.1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.routemeister.net/projects/sipcalc/
|
|
COMMENT= IPv4/IPv6 subnet calculator
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-web
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|