pkgsrc/net/ccrtp/Makefile
rodent f56e14a9a9 Updated to 2.0.8. From ChangeLog:
Fixed for gcrypt >= 1.6.0...
        Improved demos
        Clang fixes & code cleanup from static analysis
        Cleanup of configure
2014-04-05 13:55:59 +00:00

25 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/04/05 13:55:59 rodent Exp $
#
DISTNAME= ccrtp-2.0.8
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/ccrtp/
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
LICENSE= gnu-gpl-v2
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 "options.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../devel/ucommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"