a809480e19
Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add XFree86 generic copyright/license notice to COPYING added -short option Correct make distcheck.
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/09 18:14:13 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xvinfo-1.1.0
|
|
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"
|