pkgsrc/x11/libXdmcp/Makefile

22 lines
521 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2015/04/02 22:35:06 wiz Exp $
DISTNAME= libXdmcp-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Display Manager Control Protocol library from X.org
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xdmcp.pc.in
GNU_CONFIGURE= yes
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"