blob: a5661ba7c3fef9c12e2942e6f0719eab3816d5b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:41 tv 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_GNU_TOOLS+= make
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
|