413005599c
* These is done so grilo and grilo-plugins can be updated to 0.3.x and the users of grilo can switch when they are ready. * Chase grilo users to the new locations.
28 lines
703 B
Makefile
28 lines
703 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-online-miners
|
|
PORTVERSION= 3.14.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Crawls through your online content
|
|
|
|
LIB_DEPENDS= libgdata.so:devel/libgdata \
|
|
libtracker-control-1.0.so:sysutils/tracker \
|
|
libgfbgraph-0.2.so:net/gfbgraph \
|
|
libzapojit-0.0.so:net/libzapojit \
|
|
libgrilo-0.2.so:net/grilo2
|
|
|
|
USES= gettext gmake libtool 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>
|