28 lines
650 B
Makefile
28 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/03 09:10:39 asau Exp $
|
|
#
|
|
|
|
DISTNAME= libjingle-0.6.6
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://libjingle.googlecode.com/files/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= yacht@users.sourceforge.net
|
|
HOMEPAGE= http://code.google.com/p/libjingle/
|
|
COMMENT= Google Talk Voice and P2P Interoperability Library
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
#GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
#PKGCONFIG_OVERRIDE+= pkgconfig/jinglep2p.pc.in
|
|
#PKGCONFIG_OVERRIDE+= pkgconfig/jinglebase.pc.in
|
|
|
|
BUILD_DIRS= talk/base
|
|
|
|
post-extract:
|
|
$(CP) $(FILESDIR)/Makefile $(WRKSRC)/talk/base/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|