diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-10 09:31:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-10 09:31:14 +0000 |
commit | f22c88181ae4e8beaca47b369fa56a71751466a1 (patch) | |
tree | 731ae1ebe590a6e8dcbd91d32f83752a5c427e86 /net-im/telepathy-farsight/Makefile | |
parent | d7308a6ed32d77bc4f75f8c7dff485139d2e3efb (diff) |
- Add LICENSE
- Add USES=gnome
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=498546
Diffstat (limited to 'net-im/telepathy-farsight/Makefile')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index e35274ed083c..8e9c40e0602b 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -11,15 +11,16 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib \ libgstfarsight-0.10.so:net-im/farsight2 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python:2.7 +USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |