76e138b437
PR: ports/101570 Submitted by: ceri (maintainer)
24 lines
432 B
Makefile
24 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.41
|
|
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>
|