aboutsummaryrefslogtreecommitdiff
path: root/deskutils/bijiben/Makefile
blob: d82fe84b2db7ef69df7f04b23942f2bdfa9d73e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=	bijiben
PORTVERSION=	3.16.2
CATEGORIES=	deskutils gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Note editor designed to remain simple to use

BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS=	libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
		libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
		libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
		libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3

PORTSCOUT=	limitw:1,even

USES=		desktop-file-utils gettext gmake libtool \
		pathfix pkgconfig shared-mime-info tar:xz
USE_LDCONFIG=	yes
USE_GNOME=	evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
		introspection:build
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

GLIB_SCHEMAS=	org.gnome.bijiben.gschema.xml

# needed for webkit
USES+=		compiler:c++11-lib

.include <bsd.port.mk>