f3b4e45490
bump PKGREVISION, and change buildlink2.mk to depend on new version. Also include pthreads as a dependency in buildlink2.mk.
28 lines
798 B
Makefile
28 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/02/10 18:32:25 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libXmu-6.2.1
|
|
PKGREVISION= 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"
|