26 lines
643 B
Makefile
26 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/01/01 11:52:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-2.0.6
|
|
PKGREVISION= 1
|
|
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"
|