18 lines
494 B
Makefile
18 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/10/08 09:21:05 asau Exp $
|
|
|
|
DISTNAME= libdvbpsi-0.2.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/
|
|
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= libdvbpsi.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|