2007-03-25 07:46:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2007/03/25 05:46:58 wiz Exp $
|
2001-09-19 07:24:27 +02:00
|
|
|
|
|
|
|
DISTNAME= cstream-2.2
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-03-25 07:46:58 +02:00
|
|
|
HOMEPAGE= http://www.cons.org/cracauer/cstream.html
|
2001-09-19 07:24:27 +02:00
|
|
|
COMMENT= General-purpose stream-handling tool with bandwidth limiting
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-19 07:24:27 +02:00
|
|
|
|
2003-09-22 14:30:24 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
LDFLAGS+= -lsocket -lnsl -lresolv
|
|
|
|
.endif
|
|
|
|
|
2001-09-19 07:24:27 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|