blob: 53751b9e32d0551bd4d6cc08e5c8e0d4df6d3f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2004/11/03 10:57:54 grant Exp $
#
DISTNAME= cidr-current
PKGNAME= cidr-2.3.1
CATEGORIES= net
MASTER_SITES= http://home.netcom.com/~naym/cidr/
MAINTAINER= seb@pbox.org
HOMEPAGE= http://home.netcom.com/~naym/cidr.html
COMMENT= RFC 1878 subnet calculator / helper
WRKSRC= ${WRKDIR}/cidr-2.3
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS="${LIBS}"
.include "../../mk/bsd.pkg.mk"
|