16 lines
421 B
Makefile
16 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/02/25 15:35:30 jperkin Exp $
|
|
|
|
DISTNAME= cstream-3.1.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|