pkgsrc/devel/libindicator3/Makefile
youri 285771b006 Import libindicator3-12.10.1 as devel/libindicator3.
A set of symbols and convience functions that all indicators would
like to use.

This package provide GTK3 API.
2016-05-20 21:33:13 +00:00

14 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/20 21:33:13 youri Exp $
USE_GTK_VERSION=3
.include "../../devel/libindicator/Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GTK+3 symbols and convience functions for indicators
PKGNAME= ${DISTNAME:S/-/3-/}
INSTALL_DIRS= libindicator
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"