blob: b1a3a8dbc1d7c4f6ffa056442aef28d7e0706ccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2003/09/22 12:30:24 wiz Exp $
DISTNAME= cstream-2.2
CATEGORIES= misc
MASTER_SITES= http://www.cons.org/cracauer/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cons.org/cracauer/
COMMENT= General-purpose stream-handling tool with bandwidth limiting
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+= -lsocket -lnsl -lresolv
.endif
.include "../../mk/bsd.pkg.mk"
|