pkgsrc/misc/cstream/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

16 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:43 rillig Exp $
DISTNAME= cstream-3.1.1
CATEGORIES= misc
MASTER_SITES= http://www.cons.org/cracauer/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.cons.org/cracauer/cstream.html
COMMENT= General-purpose stream-handling tool with bandwidth limiting
LICENSE= x11
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
.include "../../mk/bsd.pkg.mk"