pkgsrc/x11/xfce4-garcon/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

26 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.28 2022/08/11 05:09:34 gutteridge Exp $
PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.16.1
DISTNAME= garcon-${VERSION}
PKGNAME= xfce4-garcon-${VERSION}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/xfce/garcon/${VERSION:R}/
HOMEPAGE= https://wiki.xfce.org/dev/garcon
COMMENT= Xfce menu library
PKGCONFIG_OVERRIDE= garcon/garcon-1.pc.in
PKGCONFIG_OVERRIDE+= garcon-gtk/garcon-gtk3-1.pc.in
EGDIR= ${XFCE4_EGBASE}
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS+= ${EGDIR} ${EGDIR}/menus ${PKG_SYSCONFDIR}/menus
CONF_FILES= ${EGDIR}/menus/xfce-applications.menu \
${PKG_SYSCONFDIR}/menus/xfce-applications.menu
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"