pkgsrc/multimedia/libdvbpsi/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

16 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:20 jlam Exp $
DISTNAME= libdvbpsi-0.1.3
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/0.1.3/
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://www.videolan.org/
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"