pkgsrc/editors/xfce4-mousepad/Makefile
gutteridge 66a418ec8c xfce4-mousepad: add adwaita-icon-theme dependency
Now that this package uses client-side decorations, it depends
(inconsistently it seems) on Adwaita icons for particular elements.
2021-12-31 01:21:46 +00:00

24 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.61 2021/12/31 01:21:46 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 0.5.8
PKGREVISION= 2
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
MASTER_SITES= https://archive.xfce.org/src/apps/mousepad/${VERSION:R}/
HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
COMMENT= Xfce text editor
CONFIGURE_ARGS+= --enable-gtksourceview4
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtksourceview4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"