9f0d150840
1.0.4: Alan Coopersmith: SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc Version bump: 1.0.4 Damien Thébault: Bug 17314: libXau's Makefile.am should have proper man creation rules Daniel Drake: Bug #11097: libXau COPYING fix (add missing copyright dates)
28 lines
648 B
Makefile
28 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/09/06 14:39:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libXau-1.0.4
|
|
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"
|