freebsd-ports/net/ipcalc/Makefile
Ying-Chieh Liao f92ddaa0e9 change master site so that we can fetch it
Submitted by:	bento
2001-05-26 04:44:49 +00:00

23 lines
388 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipcalc
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ipcalc
PORTVERSION= 0.33
CATEGORIES= net
MASTER_SITES= http://jodies.de/
DISTFILES= ipcalc.pl
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>