pkgsrc/net/xfindproxy/Makefile
wiz 5e8e678e24 Update to 1.0.3:
This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.

Alan Coopersmith (8):
      xfindproxy only depends on xproto, not x11
      Convert STRING_BYTES & STORE_STRING from macros to inline functions
      Fix some clang warnings about implicit integer size/sign conversions
      Stop casting malloc return values
      Move global appContext into main() to avoid shadow warnings
      Mark input string to cvthexkey() as const
      Fix some clang integer conversion warnings in cvthexkey()
      xfindproxy 1.0.3
2013-09-08 08:25:44 +00:00

21 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/09/08 08:25:44 wiz Exp $
DISTNAME= xfindproxy-1.0.3
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Used to locate available X11 proxy services
LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/xproxymanagementprotocol/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"