aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6calc
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/ipv6calc
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
Notes
Diffstat (limited to 'net/ipv6calc')
-rw-r--r--net/ipv6calc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
deleted file mode 100644
index 7e8e12fdad2f..000000000000
--- a/net/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.46
-PORTREVISION= 1
-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
-
-GNU_CONFIGURE= yes
-USE_GETTEXT= 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>