openbsd-ports/net/ipv6calc/Makefile

31 lines
782 B
Makefile
Raw Normal View History

2010-10-18 14:36:45 -04:00
# $OpenBSD: Makefile,v 1.16 2010/10/18 18:36:48 espie Exp $
COMMENT= tool for manipulating IPv6 addresses
2009-12-22 05:27:42 -05:00
DISTNAME= ipv6calc-0.73.0
CATEGORIES= net
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
2008-02-14 16:36:27 -05:00
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
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2003-12-12 13:07:36 -05:00
MAKE_FLAGS= CC="${CC}" COPTS+="${CFLAGS}"
2002-10-27 17:55:18 -05:00
REGRESS_TARGET= test
.include <bsd.port.mk>