60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
25 lines
611 B
Makefile
25 lines
611 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccaudio2
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GNU/ccaudio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ class framework for manipulating audio files
|
|
|
|
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
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
|
|
-DWITH_LIBS:PATH=${LOCALBASE}/lib \
|
|
-DINSTALL_MANDIR=man \
|
|
-DSYSCONFDIR=${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|