25 lines
668 B
Makefile
25 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/09/05 19:48:35 asau Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://wiki.gnutelephony.org/
|
|
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
|
|
INFO_FILES= yes
|
|
|
|
.include "../../wip/commoncpp2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|