0d33d0cf15
This project uses CMake to configure the software. Force the GNU info files to be installed into ${CMAKE_INSTALL_INFODIR}, which is defined by the GNUInstallDirs CMake module included by the top-level CMakeLists.txt file. The corrct environment variables are passed so that ${CMAKE_INSTALL_INFODIR} points into ${PKGINFODIR}. Remove the subst.mk section that tried to force GNU info files to be always installed under "info".
27 lines
669 B
Makefile
27 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/08/19 00:27:44 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-2.1.2
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config
|
|
USE_CMAKE= yes
|
|
PKGCONFIG_OVERRIDE+= libccrtp.pc.in
|
|
INFO_FILES= yes
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.3.1
|
|
.include "../../devel/ucommon/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|