23 lines
667 B
Makefile
23 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.17 2022/11/09 13:14:22 joerg Exp $
|
|
|
|
DISTNAME= libXmu-1.1.4
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= X Miscellaneous Utilities library
|
|
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= xmu.pc.in
|
|
PKGCONFIG_OVERRIDE+= xmuu.pc.in
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
X11_LIB_NAME?= libXmu
|
|
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|