mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7f0369b182
* add license * Review dependancies * remove obsolete configure argument
30 lines
757 B
Makefile
30 lines
757 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgdata
|
|
PORTVERSION= 0.17.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= GLib based implimentation of the GData protocol
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= uhttpmock>0:net/uhttpmock
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libp11-kit.so:security/p11-kit \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libgcr-3.so:security/gcr \
|
|
liboauth.so:net/liboauth
|
|
|
|
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomeprefix intltool introspection:build libxml2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|