-- X.Org bug #10616: Add all the X info commands to See Also in man page -- Man page formatting: make -geometry bold like other options -- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier -- Purge unused code from dsimple.c -- dsimple.c: ANSIfy function declarations -- Replace sprintf's with snprintf & strlcat -- Add static & const qualifiers to xwininfo.c
23 lines
586 B
Makefile
23 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/09/21 19:50:31 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= xwininfo-1.0.3
|
|
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 information about X windows
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|