c5389b0e85
These haven't made it to a branch yet, but have been carried elsewhere, e.g., Fedora applied them two months ago.
24 lines
748 B
Makefile
24 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.27 2020/11/21 03:48:07 gutteridge Exp $
|
|
|
|
PKGREVISION= 3
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= marco-${VERSION:R}.1
|
|
CATEGORIES= wm
|
|
|
|
COMMENT= Fork of GNOME Metacity
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
BUILD_DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
DEPENDS+= zenity-[0-9]*:../../x11/zenity
|
|
|
|
PKGCONFIG_OVERRIDE+= src/libmarco-private.pc.in
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|