pkgsrc/x11/xvinfo/Makefile
wiz 216b4e10e5 Update to 1.1.1:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
2012-06-03 18:29:52 +00:00

22 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/06/03 18:29:52 wiz Exp $
#
DISTNAME= xvinfo-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Query X-Video capabilities
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"