pkgsrc/net/ipv6calc/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

24 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.38 2017/01/19 18:52:19 agc Exp $
#
DISTNAME= ipv6calc-0.94.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MASTER_SITES+= ftp://sunsite.icm.edu.pl/pub/Linux/ipv6/bipv6/ipv6calc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
COMMENT= Manipulates IPv6 addresses
LICENSE= gnu-gpl-v2
# This package does not set or evaluate IPV6_READY, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!
#
BUILD_DEFS+= IPV6_READY
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
INSTALL_TARGET= install
.include "../../mk/bsd.pkg.mk"