Updated to latest stable version.
This commit is contained in:
parent
590800ef70
commit
d814eeec45
1 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnutelephony/}
|
||||
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_LANGUAGES+= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_LANGUAGES+= c c++ fortran
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${BUILDLINK_PREFIX.commoncpp2}/include/cc++2
|
||||
|
||||
INFO_FILES= yes
|
||||
|
||||
.include "../../wip/commoncpp2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue