summaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipv6calc/Makefile')
-rw-r--r--net-mgmt/ipv6calc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
deleted file mode 100644
index 56e4e6bc8d4a..000000000000
--- a/net-mgmt/ipv6calc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: ipv6calc
-# Date created: 30 January 2002
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipv6calc
-PORTVERSION= 0.45
-CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= Convert, change and calculate with IPv6 addresses
-
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
-
-.include <bsd.port.mk>