Advertisement
gusibsd

Untitled

Mar 14th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # Created by: Gustau Perez <gustau.perez@gmail.com>
  2. # $FreeBSD$
  3. # $MCom$
  4.  
  5. PORTNAME= telepathy-account-widgets
  6. PORTVERSION= 3.11.91
  7. CATEGORIES= net-im
  8. MASTER_SITES= http://ftp.gnome.org/pub/GNOME/core/3.11/${PORTVERSION}/sources/
  9. DISTNAME= gnome-online-accounts-${PORTVERSION}
  10.  
  11. MAINTAINER= gnome@FreeBSD.org
  12. COMMENT= Widgets and utility functions for configuring Telepathy accounts
  13.  
  14. BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
  15. LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
  16. libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
  17. libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
  18. libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
  19. libnotify.so:${PORTSDIR}/devel/libnotify \
  20. libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
  21. libsecret-1.so:${PORTSDIR}/security/libsecret \
  22. librest-0.7.so:${PORTSDIR}/devel/librest
  23.  
  24. WRKSRC= ${WRKDIR}/gnome-online-accounts-${PORTVERSION}/telepathy-account-widgets/
  25.  
  26. USE_XZ= yes
  27. USE_GNOME= gtk30 intlhack introspection:build libxslt:build
  28. USES= gettext gmake pathfix pkgconfig
  29. GNU_CONFIGURE= yes
  30. USE_LDCONFIG= yes
  31. INSTALLS_ICONS= yes
  32. CPPFLAGS+= -I${LOCALBASE}/include
  33. LDFLAGS+= -L${LOCALBASE}/lib
  34.  
  35. .include <bsd.port.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement