3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
26 lines
600 B
Makefile
26 lines
600 B
Makefile
# New ports collection makefile for: ipv6calc
|
|
# Date created: 30 January 2002
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipv6calc
|
|
PORTVERSION= 0.47
|
|
CATEGORIES= net-mgmt 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_VER=13
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|