pkgsrc/x11/libXdmcp/Makefile
tnn 9b59a6cce3 Update to libXdmcp-1.0.3. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Mark Xalloc, Xrealloc, and Xfree as weak symbols.
Ansification and compile warning fixes.
Require macros 1.3 for XORG_DEFAULT_OPTIONS.
libXdmcp 1.0.3
2010-01-15 18:46:21 +00:00

22 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/01/15 18:46:21 tnn Exp $
#
DISTNAME= libXdmcp-1.0.3
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xdmcp.pc.in
GNU_CONFIGURE= yes
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"