19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/08/03 10:22:17 adam Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= libmateweather-${MATE_VERSION}
|
|
CATEGORIES= misc
|
|
|
|
COMMENT= Weather information access library
|
|
|
|
PKGCONFIG_OVERRIDE+= libmateweather/mateweather.pc.in
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|