aboutsummaryrefslogtreecommitdiff
path: root/devel/libappindicator/Makefile
blob: a9aa68c7798bfaac88fad1e337305cad363ccd0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	libappindicator
PORTVERSION=	12.10.0
CATEGORIES=	devel
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/

MAINTAINER=	swills@FreeBSD.org
COMMENT=	KSNI App Indicator library

LIB_DEPENDS=	libdbusmenu-gtk3.so:devel/libdbusmenu \
		libindicator3.so:devel/libindicator

USES=		gmake libtool pkgconfig python:2.7
USE_LDCONFIG=	yes
USE_GNOME=	gtk30 pygtk2

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-gtk=3

.include <bsd.port.mk>