21 lines
476 B
Makefile
21 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/12/10 02:40:04 mef Exp $
|
|
|
|
DISTNAME= cstream-3.1.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cons.org/cracauer/cstream.html
|
|
COMMENT= General-purpose stream-handling tool with bandwidth limiting
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
LDFLAGS+= -lsocket -lnsl -lresolv
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|