e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
15 lines
380 B
Makefile
15 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/02 01:17:44 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= sipcalc-1.1.1
|
|
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"
|