285771b006
A set of symbols and convience functions that all indicators would like to use. This package provide GTK3 API.
14 lines
358 B
Makefile
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"
|