summaryrefslogtreecommitdiff
path: root/audio/fdmf/Makefile
blob: 8c9f51df1529b95d0aa925d45b4eafde65c8623f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:	fdmf
# Date created:		2 November 2006
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fdmf
DISTVERSION=	0.0.9r
CATEGORIES=	audio
MASTER_SITES=	http://w140.com/audio/ CSME

MAINTAINER=	infofarmer@FreeBSD.org
COMMENT=	Find similar music by perceptual hashing

LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm \
		plot.4:${PORTSDIR}/graphics/plotutils \
		fftw3.4:${PORTSDIR}/math/fftw3
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
		mpg123:${PORTSDIR}/audio/mpg123 \
		ogg123:${PORTSDIR}/audio/vorbis-tools \
		p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM

USE_PERL5=	yes
CFLAGS=		-I${LOCALBASE}/include -L. -L${LOCALBASE}/lib
MAKE_ENV=	VPATH=common
PORTDOCS=	README
BINS=		sonic_reducer vector_pairs
SCRS=		${PORTNAME} ${PORTNAME}_bench cleanup_dups optparam
PLIST_FILES=	${BINS:S,^,bin/,}

post-patch:
	@${REINPLACE_CMD} -Ee '/^(CFLAGS|CC) =/s|.*||' -e 's|common/||g' ${WRKSRC}/Makefile

do-install:
	@${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${PREFIX}/bin/
	@${INSTALL_SCRIPT} ${SCRS:S,^,${WRKSRC}/,} ${PREFIX}/bin/
.ifndef NOPORTDOCS
	@${INSTALL} -d ${DOCSDIR}/
	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif

.include <bsd.port.mk>