15 lines
371 B
Makefile
15 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/04/16 14:33:48 wiz Exp $
|
|
|
|
USE_GTK_VERSION=3
|
|
|
|
PKGREVISION= 6
|
|
.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"
|