16 lines
421 B
Makefile
16 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:13 ryoon Exp $
|
|
|
|
USE_GTK_VERSION=2
|
|
|
|
PKGREVISION= 3
|
|
.include "../../devel/libindicator/Makefile.common"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= GTK+2 symbols and convience functions for indicators
|
|
PKGNAME= ${DISTNAME:S/-/-tools-/}
|
|
|
|
INSTALL_DIRS= tools
|
|
|
|
.include "../../devel/libindicator/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|