pkgsrc/misc/cstream/Makefile

20 lines
460 B
Makefile
Raw Normal View History

2007-03-25 07:46:58 +02:00
# $NetBSD: Makefile,v 1.7 2007/03/25 05:46:58 wiz Exp $
DISTNAME= cstream-2.2
CATEGORIES= misc
MASTER_SITES= http://www.cons.org/cracauer/download/
MAINTAINER= pkgsrc-users@NetBSD.org
2007-03-25 07:46:58 +02:00
HOMEPAGE= http://www.cons.org/cracauer/cstream.html
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"