pkgsrc-wip/libXmu/Makefile
Jeremy C. Reed 1ff30f5b18 Uses threads, so include mk/pthread.buildlink2.mk.
(Some of the other xlibs use this too ... I wonder if this
will make incompatible as drop-in replacement for those using
XFree86 libraries without threads support.)
2004-02-09 18:33:24 +00:00

27 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/09 18:33:24 jeremy-c-reed Exp $
#
DISTNAME= libXmu-6.2.1
CATEGORIES= x11 devel
MASTER_SITES= http://freedesktop.org/~xlibs/release/xlibs-1.0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.freedesktop.org/Software/xlibs
COMMENT= X Miscellaneous Utilities library
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmu.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmuu.pc.in
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
.include "../../wip/libXt/buildlink2.mk"
.include "../../wip/libX11/buildlink2.mk"
.include "../../wip/xextensions/buildlink2.mk"
.include "../../wip/xproto/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"