diff options
Diffstat (limited to 'net-mgmt/cidr/Makefile')
-rw-r--r-- | net-mgmt/cidr/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile deleted file mode 100644 index 8ea6b9e0c0d2..000000000000 --- a/net-mgmt/cidr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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> |