28 lines
760 B
Makefile
28 lines
760 B
Makefile
|
# $NetBSD: Makefile,v 1.18 2007/01/23 13:42:40 bsadewitz Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= libXv-1.0.3
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
|
||
|
EXTRACT_SUFX= .tar.bz2
|
||
|
|
||
|
MAINTAINER= blair.sadewitz@gmail.com
|
||
|
HOMEPAGE= http://xorg.freedesktop.org/
|
||
|
COMMENT= X Video extension library from modular X.org (current/devel)
|
||
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
USE_TOOLS+= pkg-config
|
||
|
|
||
|
PKGCONFIG_OVERRIDE+= xv.pc.in
|
||
|
|
||
|
.include "../../wip/libX11/buildlink3.mk"
|
||
|
.include "../../x11/libXext/buildlink3.mk"
|
||
|
.include "../../x11/videoproto/buildlink3.mk"
|
||
|
.include "../../x11/xextproto/buildlink3.mk"
|
||
|
.include "../../x11/xproto/buildlink3.mk"
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|