2012-10-08 11:57:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2012/10/08 09:57:18 asau Exp $
|
2001-09-19 07:24:27 +02:00
|
|
|
|
2008-12-19 11:19:12 +01:00
|
|
|
DISTNAME= cstream-2.7.5
|
2001-09-19 07:24:27 +02:00
|
|
|
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"
|