585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
16 lines
401 B
Makefile
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"
|