summaryrefslogtreecommitdiff
path: root/misc/cstream/Makefile
blob: 4ebfa55f9e521bc39783e112126c6a6357d7ca02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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"