diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-01-14 03:23:07 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-01-14 03:23:07 +0000 |
commit | 14200ea79a2677ec1e7319f484ac0b0df14dc2f2 (patch) | |
tree | c97a864264eb74bc11c07c5b2d28f7b34e2d18b0 /audio/ccaudio2/Makefile | |
parent | 2415b92a9fa36d769fed9aaba1332a91fadcb118 (diff) |
Notes
Diffstat (limited to 'audio/ccaudio2/Makefile')
-rw-r--r-- | audio/ccaudio2/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 4bd8dd1fc775..0f54908015e6 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= ccaudio2 -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.0 CATEGORIES= audio MASTER_SITES= GNU/ccaudio MAINTAINER= ports@FreeBSD.org COMMENT= C++ class framework for manipulating audio files +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp \ libucommon.so:${PORTSDIR}/devel/ucommon \ libgsm.so:${PORTSDIR}/audio/gsm \ libspeex.so:${PORTSDIR}/audio/speex -USES= cmake:outsource pkgconfig +USES= cmake:outsource pathfix pkgconfig USE_LDCONFIG= yes CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \ - -DWITH_LIBS:PATH=${LOCALBASE}/lib \ - -DINSTALL_MANDIR=man \ - -DSYSCONFDIR=${PREFIX}/etc + -DCMAKE_INSTALL_MANDIR:STRING=man .include <bsd.port.mk> |