1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/ipv6calc/Makefile
Danilo G. Baio 2c23b346cd net-mgmt/ipv6calc: Update to 1.0.0
Improve port with DATADIR macro (pkg-plist) and shebangfix

Changes: https://github.com/pbiering/ipv6calc/releases/tag/1.0.0

Approved by:	garga (mentor, implicit)
2017-07-03 23:37:11 +00:00

26 lines
614 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= ipv6calc
PORTVERSION= 1.0.0
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Convert, change, and calculate with IPv6 addresses
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
USES= gmake perl5 shebangfix ssl
GNU_CONFIGURE= yes
SHEBANG_FILES= tools/*.pl tools/*.sh.in
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>