freebsd-ports/audio/ccaudio2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

26 lines
563 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ccaudio2
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:devel/commoncpp \
libucommon.so:devel/ucommon \
libgsm.so:audio/gsm \
libspeex.so:audio/speex
USES= cmake:outsource pathfix pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
-DCMAKE_INSTALL_MANDIR:STRING=man
.include <bsd.port.mk>