pkgsrc-wip/ccrtp/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

23 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/01/18 04:30:11 tnn2 Exp $
#
DISTNAME= ccrtp-1.5.1
PKGREVISION= 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"