freebsd-ports/net/gnome-online-miners/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
686 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-online-miners
PORTVERSION= 3.14.3
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/grilo
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>