2002-01-30 22:02:46 +01:00
|
|
|
# New ports collection makefile for: ipv6calc
|
|
|
|
# Date created: 30 January 2002
|
|
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipv6calc
|
2002-07-31 04:31:49 +02:00
|
|
|
PORTVERSION= 0.43
|
2002-01-30 22:02:46 +01:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
|
2002-08-01 18:22:41 +02:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2002-01-30 22:02:46 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
do-install:
|
2002-04-22 15:12:23 +02:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
|
2002-01-30 22:02:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|