freebsd-ports/audio/fdmf/Makefile
Sylvio Cesar Teixeira 2f73e4c551 - Update to 0.0.9s
2010-04-25 14:01:24 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: fdmf
# Date created: 2 November 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fdmf
DISTVERSION= 0.0.9s
CATEGORIES= audio
MASTER_SITES= http://w140.com/audio/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Find similar music by perceptual hashing
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
plot.4:${PORTSDIR}/graphics/plotutils \
fftw3.5:${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/,} ${SCRS: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>