blob: 7b86c3c9866d8d13998b7ae845923eab9398a3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2003/12/19 12:23:56 zuntum Exp $
#
DISTNAME= whatmask-1.2
CATEGORIES= net
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.laffeycomputer.com/whatmask.html
COMMENT= Easily convert between three common subnet mask notations
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|