baeceea8c2
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade ipcalc from 0.35 to 0.38, fixed a bug in 64bit architectures. maintainer timeout: 2+ weeks.
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ipcalc
|
|
# Date created: May 21, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipcalc
|
|
PORTVERSION= 0.38
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://jodies.de/ipcalc-archive/
|
|
|
|
MAINTAINER= petef@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>
|