25b1bedc94
ok rui@ (Maintainer)
30 lines
769 B
Makefile
30 lines
769 B
Makefile
# $OpenBSD: Makefile,v 1.15 2009/12/22 10:27:42 giovanni Exp $
|
|
|
|
COMMENT= tool for manipulating IPv6 addresses
|
|
|
|
DISTNAME= ipv6calc-0.73.0
|
|
CATEGORIES= net
|
|
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ \
|
|
ftp://ftp.uni-muenster.de/pub/IPv6/mirrors/ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ \
|
|
ftp://ftp.nvg.ntnu.no/pub/IPv6/bieringer/ipv6calc/ \
|
|
ftp://ftp3.linux.it/pub/mirrors/IPv6/bieringer/ipv6calc/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GMAKE= Yes
|
|
MAKE_FLAGS= CC="${CC}" COPTS+="${CFLAGS}"
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|