freebsd-ports/net/ipv6calc/Makefile
Edwin Groothuis d6c5cb19cc Maintainer update to version 0.45
ChangeLog:
* fix not proper handling of option "-q|--quiet" in some cases
* enhance help options (-h|--help now also valid) on --out|action|in
* ipv6logconf: "make test" can be now also executed by root (su to nobody)
* minor cosmetics in IEEE/OUI database
2002-11-14 20:39:42 +00:00

26 lines
564 B
Makefile

# 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
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>