Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / cstream / Makefile
blob8164271d5ef775d2260c6333fe74cf09115c1d1a
1 # $NetBSD: Makefile,v 1.9 2008/12/19 10:19:12 adam Exp $
3 DISTNAME= cstream-2.7.5
4 CATEGORIES= misc
5 MASTER_SITES= http://www.cons.org/cracauer/download/
7 MAINTAINER= pkgsrc-users@NetBSD.org
8 HOMEPAGE= http://www.cons.org/cracauer/cstream.html
9 COMMENT= General-purpose stream-handling tool with bandwidth limiting
11 GNU_CONFIGURE= yes
13 .include "../../mk/bsd.prefs.mk"
15 .if ${OPSYS} == "SunOS"
16 LDFLAGS+= -lsocket -lnsl -lresolv
17 .endif
19 .include "../../mk/bsd.pkg.mk"