2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
29 lines
786 B
Makefile
29 lines
786 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
|
|
PORTNAME= gfbgraph
|
|
DISTVERSION= 0.2.4
|
|
CATEGORIES= net www
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject library for Facebook Graph API
|
|
|
|
BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc
|
|
LIB_DEPENDS= librest-0.7.so:devel/librest \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libsoup-2.4.so:devel/libsoup
|
|
|
|
USES= autoreconf gettext gmake gnome libtool localbase:ldflags pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= glib20 intlhack introspection:build libxml2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-gtk-doc
|
|
|
|
INSTALL_TARGET= install install-strip
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh
|
|
|
|
.include <bsd.port.mk>
|