2002-10-27 20:38:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2002/10/28 01:38:44 naddy Exp $
|
2000-08-23 13:23:35 -04:00
|
|
|
|
2001-05-06 00:59:54 -04:00
|
|
|
COMMENT= "RFC 1878 subnet calculator / helper"
|
|
|
|
|
2000-08-23 13:23:35 -04:00
|
|
|
PKGNAME= cidr-2.3
|
|
|
|
DISTNAME= cidr-current
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MASTER_SITES= http://home.netcom.com/~naym/cidr/
|
|
|
|
|
|
|
|
HOMEPAGE= http://home.netcom.com/~naym/cidr.html
|
|
|
|
|
2001-02-25 12:17:41 -05:00
|
|
|
MAINTAINER= Jonas Eriksson <je@sekure.net>
|
2000-08-23 13:23:35 -04:00
|
|
|
|
|
|
|
ALL_TARGET= cidr
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-08-23 13:23:35 -04:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|