19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/04/12 08:29:12 adam Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= caja-extensions-${VERSION}
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= Set of extensions for Caja
|
|
|
|
PKGCONFIG_OVERRIDE+= sendto/caja-sendto.pc.in
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../sysutils/caja/buildlink3.mk"
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|