blob: 7e6eb5bda5fc513c575d5ef75a9ca96e47dfac39 (
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
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-online-miners
PORTVERSION= 3.12.0
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Crawls through your online content
LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \
libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
libgfbgraph-0.2.so:${PORTSDIR}/net/gfbgraph \
libzapojit-0.0.so:${PORTSDIR}/net/libzapojit \
libgrilo-0.2.so:${PORTSDIR}/net/grilo
USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|