pkgsrc/misc/cstream/Makefile

22 lines
498 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2008/12/19 10:19:12 adam Exp $
DISTNAME= cstream-2.7.5
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
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+= -lsocket -lnsl -lresolv
.endif
.include "../../mk/bsd.pkg.mk"