pkgsrc/x11/libXaw/Makefile
wiz 8f9f106098 Update to 1.0.12:
This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.

Alan Coopersmith (6):
      unifdef -U__UNIXOS2__
      Fix fd leak when fdopen() fails in InitStringOrFile()
      Fix fd leak when write() fails in WriteToFile()
      Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
      Replace TXT16 with XChar2b inline
      libXaw 1.0.12

Ryan Pavlik (1):
      Include winsock header on WIN32 to provide fd_set etc.
2013-09-08 08:16:06 +00:00

28 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/09/08 08:16:06 wiz Exp $
DISTNAME= libXaw-1.0.12
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Athena Widgets Library from modular Xorg X11
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xaw6.pc.in
PKGCONFIG_OVERRIDE+= xaw7.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"