freebsd-ports/net-mgmt/cidr/Makefile
Norikatsu Shigemura b8cc4d9ef7 Since the master site is down, temporarily mirror the tarball at
${MASTER_SITE_LOCAL}.

Submitted by:		bento
Approved by:		knu (mentor)
2002-09-23 16:19:19 +00:00

27 lines
569 B
Makefile

# New ports collection makefile for: sqsh
# Date created: 18 Jun 2000
# Whom: Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$
PORTNAME= cidr
PORTVERSION= 2.3.2
CATEGORIES= net
MASTER_SITES= http://geeksoul.com/robert/cidr/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nork
DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= cidr
MAN1= cidr.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr
${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1
.include <bsd.port.mk>