pkgsrc/net/xfindproxy/Makefile
rodent 53fb22b7cf Import xfindproxy-1.0.2 as net/xfindproxy.
xfindproxy is used to locate available X11 proxy services. It utilizes the Proxy
Management Protocol to communicate with a proxy manager. The proxy manager keeps
track of all available proxy services, starts new proxies when necessary, and
makes sure that proxies are shared whenever possible.
2013-05-29 03:23:11 +00:00

22 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/29 03:23:11 rodent Exp $
#
DISTNAME= xfindproxy-1.0.2
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"