b63902a2e6
Adam Jackson (1): Fix build with gcc -Werror=format-security Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find <unistd.h> Just use C89 size_t instead of rolling our own Size_t Use SEEK_* names instead of raw numbers for fseek whence argument libXaw 1.0.13 Gaetan Nadon (2): Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules Makefile: use $(LN_S) for better code portability Jon TURNEY (1): Include <unistd.h> Thomas Klausner (1): Fix abs() usage.
28 lines
831 B
Makefile
28 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/05/01 08:40:12 wiz Exp $
|
|
|
|
DISTNAME= libXaw-1.0.13
|
|
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"
|