0a843265c7
most of these simply extend matching from "aarch64" to "aarch64eb" in various forms of code. most remaining uses in pkgsrc of "MACHINE_ARCH == aarch64" are because of missing aarch64eb support, such as most of the binary-bootstrap requiring languages like rust, go, and java. no pkg-bump because this shouldn't change packages on systems that could already build all of these.
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2021/04/25 07:51:25 mrg Exp $
|
|
#
|
|
|
|
DISTNAME= matchbox-panel-0.9.2
|
|
PKGREVISION= 14
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel/0.9/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://matchbox-project.org/
|
|
COMMENT= Panel for Matchbox
|
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-small-icons
|
|
CONFIGURE_ARGS+= --enable-startup-notification
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
CFLAGS.SunOS+= -Du_int64_t=uint64_t
|
|
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_VARS= apm
|
|
.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || \
|
|
(${OPSYS} == "NetBSD" && \
|
|
(${MACHINE_ARCH} == "x86_64" || ${MACHINE_CPU} == "aarch64"))
|
|
# Nada
|
|
.else
|
|
PLIST.apm= yes
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libmatchbox/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|