a811d05f04
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Move Xaw specification document from xorg-docs module to spec/* libXaw 1.0.7 Xaw's tooltips remove timers not belonging to them
34 lines
944 B
Makefile
34 lines
944 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/01/15 18:50:32 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libXaw-1.0.7
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
|
|
.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/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|