pkgsrc/x11/libXau/Makefile
wiz 25fe286668 Update to 1.0.5:
Improved file locking for file systems w/o support for hardlinks. Other than
that one general packaging cleanup, removal of some really old kerberos
code.

Alan Coopersmith (1):
      Restore FamilyKrb5Principal definition

Jeremy Huddleston (1):
      Make file locking more robust for network shares like AFP

Paulo Cesar Pereira de Andrade (2):
      Janitor: Correct make distcheck and remove extra .gitignore file.
      Remove old api kerberos.

Peter Hutterer (1):
      libXau 1.0.5
2009-08-29 15:34:56 +00:00

28 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/08/29 15:34:56 wiz Exp $
#
DISTNAME= libXau-1.0.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Authorization Protocol for X from X.org
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xau.pc.in
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"