2002-01-30 21:02:46 +00:00
|
|
|
# New ports collection makefile for: ipv6calc
|
|
|
|
# Date created: 30 January 2002
|
|
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipv6calc
|
2003-10-07 07:07:25 +00:00
|
|
|
PORTVERSION= 0.46
|
2002-01-30 21:02:46 +00:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Convert, change and calculate with IPv6 addresses
|
2002-01-30 21:02:46 +00:00
|
|
|
|
2003-08-25 05:41:38 +00:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
2002-01-30 21:02:46 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
do-install:
|
2002-04-22 13:12:23 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
|
2002-01-30 21:02:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|