22 lines
593 B
Makefile
22 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/09/08 16:53:04 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-1.5.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
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c c++
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
.include "../../wip/commoncpp2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|