mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
34 lines
700 B
Makefile
34 lines
700 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
PORTNAME= ipv6calc
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= net-mgmt
|
|
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
|
|
|
|
BUILD_DEPENDS= bash>0:shells/bash
|
|
|
|
USES= gmake perl5 shebangfix ssl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
SHEBANG_FILES= tools/*.pl tools/*.sh.in
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !(${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64)
|
|
CFLAGS+= -Wno-unknown-warning-option
|
|
.else
|
|
CFLAGS+= -Wno-uninitialized
|
|
.endif
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.post.mk>
|