diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
commit | ed3db9b676227bc4c2d1ba7b2783394f36804da8 (patch) | |
tree | e03d9a3a175d49e6ed6a876d40fd7028e9ec1d87 /net-mgmt/cidr/Makefile | |
parent | 8e2f4d2d37f6fde5feb02a24f8936702d6ce4a76 (diff) | |
download | FreeBSD-ports-ed3db9b676227bc4c2d1ba7b2783394f36804da8.zip FreeBSD-ports-ed3db9b676227bc4c2d1ba7b2783394f36804da8.tar.gz |
Add cidr-2.3, a RFC 1878 subnet calculator / helper.
PR: 20010
Submitted by: Domas Mituzas <midom@dammit.lt>
Diffstat (limited to 'net-mgmt/cidr/Makefile')
-rw-r--r-- | net-mgmt/cidr/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile new file mode 100644 index 0000000..8ea6b9e --- /dev/null +++ b/net-mgmt/cidr/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: sqsh +# Date created: 18 Jun 2000 +# Whom: Domas Mituzas <midom@dammit.lt> +# +# $FreeBSD$ + +PORTNAME= cidr +PORTVERSION= 2.3 +CATEGORIES= net +MASTER_SITES= http://home.netcom.com/~naym/cidr/ +DISTNAME= cidr-current + +MAINTAINER= midom@dammit.lt + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +ALL_TARGET= cidr + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr + ${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1 + +MAN1= cidr.1 + +.include <bsd.port.mk> |