ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net-im/farstream/Makefile
Revision: 23251
Committed: Sun Apr 29 21:37:48 2018 UTC (5 years, 11 months ago) by laffer1
Content type: text/plain
File size: 649 byte(s)
Log Message:
update libpurple and add farstream

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= farstream
4 PORTVERSION= 0.2.7
5 CATEGORIES= net-im devel
6 MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
7
8 MAINTAINER= ports@MidnightBSD.org
9 COMMENT= Collection of GStreamer modules and libraries for videoconferencing
10
11 LICENSE= unknown
12
13 LIB_DEPENDS= libnice.so:net-im/libnice
14 RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1
15
16 USE_LDCONFIG= yes
17 USES= gettext libtool gmake pathfix pkgconfig python
18 USE_GNOME= glib20 introspection:build
19 USE_GSTREAMER1= good bad
20 GNU_CONFIGURE= yes
21
22 CPPFLAGS+= -I${LOCALBASE}/include
23 LDFLAGS+= -L${LOCALBASE}/lib
24 INSTALL_TARGET= install-strip
25
26 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain