blob: eb4da9676b0b36b388782215504461af193e345e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2017/02/06 13:54:41 wiz Exp $
USE_GTK_VERSION=2
PKGREVISION= 2
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GTK+2 symbols and convience functions for indicators
INSTALL_DIRS= libindicator
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|