d3daa44837
- Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier - Makefile.am:27: compiling `xvinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' - Fix typo in man page (accesible) - X.Org bug #10616: Add all the X info commands to See Also in man page
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/11/23 12:01:19 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= xvinfo-1.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/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"
|