pkgsrc-wip/libzrtpcpp/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

25 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/01/18 04:30:16 tnn2 Exp $
DISTNAME= libzrtpcpp-0.9.0
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.gnutelephony.org/
COMMENT= ZRTP extension for GNU ccRTP
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++ fortran
GNU_CONFIGURE= yes
CPPFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl
CPPFLAGS+= -I${BUILDLINK_PREFIX.commoncpp2}/include/cc++2
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i
.include "../../wip/ccrtp/buildlink3.mk"
.include "../../wip/commoncpp2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"