freebsd-ports/net-mgmt/ipcalc/Makefile
Pav Lucistnik 8116bf7c1f - Grant maintainership
PR:		ports/97887
Submitted by:	ceri
2006-05-26 15:10:58 +00:00

23 lines
432 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipcalc
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.40
CATEGORIES= net-mgmt
MASTER_SITES= http://jodies.de/ipcalc-archive/
MAINTAINER= ceri@FreeBSD.org
COMMENT= IP Calculator
PLIST_FILES= bin/ipcalc
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>