94e7fe63d1
### mate-sensors-applet 1.22.1 * tx: sync with transifex * help: update copyright * Help: Use XInclude instead of ENTITY for legal.xml
26 lines
742 B
Makefile
26 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/05/08 02:08:50 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-sensors-applet-${VERSION:R}.1
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= MATE Sensors applets
|
|
|
|
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # for xsltproc
|
|
|
|
PLIST_VARS+= netbsd
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --enable-netbsd
|
|
PLIST.netbsd= yes
|
|
.endif
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../x11/mate-panel/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|