Updated to latest stable version.

This commit is contained in:
Blue Rats 2007-08-15 23:04:26 +00:00 committed by Thomas Klausner
parent 590800ef70
commit d814eeec45

View file

@ -1,18 +1,23 @@
# $NetBSD: Makefile,v 1.3 2007/07/07 04:14:51 othyro Exp $ # $NetBSD: Makefile,v 1.4 2007/08/15 23:04:26 othyro Exp $
# #
DISTNAME= ccrtp-1.3.5 DISTNAME= ccrtp-1.5.1
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnutelephony/} MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
MAINTAINER= pancake@phreaker.net MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://wiki.gnutelephony.org/ HOMEPAGE= http://wiki.gnutelephony.org/
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
USE_PKGLOCALEDIR= yes USE_PKGLOCALEDIR= yes
USE_LANGUAGES+= c c++ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++ fortran
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${BUILDLINK_PREFIX.commoncpp2}/include/cc++2
INFO_FILES= yes
.include "../../wip/commoncpp2/buildlink3.mk" .include "../../wip/commoncpp2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"