915b1e09f5
* NetBSD and general pkgsrc compatibility. Should get rid of the only patch used in pkgsrc. Changes 2.7.4: * Print the message that we switch to normal from O_DIRECT only when verbose > 0. Changes 2.7.3: * More c flags changes for more portability. Changes 2.7.2: * Fix compilation under Redhat-7.3. Changes 2.7.1: * Support for $CSTREAM_AUDIO_BITRATE.
21 lines
498 B
Makefile
21 lines
498 B
Makefile
# $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
|
|
HOMEPAGE= http://www.cons.org/cracauer/cstream.html
|
|
COMMENT= General-purpose stream-handling tool with bandwidth limiting
|
|
|
|
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"
|