diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 18:23:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 18:23:45 +0000 |
commit | dad068d84dfe0bc26ed25ce1f808672be2a764c2 (patch) | |
tree | 5fcc076838bf75e91854b2a9282a81533a58db44 /audio | |
parent | b44a6e2658b01bca262cd2838285de9833b4b0f1 (diff) |
- Add LICENSE
- Use += for CFLAGS
- Remove Author line
Notes
Notes:
svn path=/head/; revision=352931
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fdmf/Makefile | 4 | ||||
-rw-r--r-- | audio/fdmf/pkg-descr | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index 8905926ec6cb..19c156c851d6 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://w140.com/audio/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Find similar music by perceptual hashing +LICENSE= GPLv2 + LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libplot.so:${PORTSDIR}/graphics/plotutils \ libfftw3.so:${PORTSDIR}/math/fftw3 @@ -20,7 +22,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ USES= perl5 shebangfix SHEBANG_FILES= ${SCRS} -CFLAGS= -I${LOCALBASE}/include -L. -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L. -L${LOCALBASE}/lib MAKE_ENV= VPATH=common PORTDOCS= README BINS= sonic_reducer vector_pairs diff --git a/audio/fdmf/pkg-descr b/audio/fdmf/pkg-descr index 6ed503be8cca..83eb8ba9d8be 100644 --- a/audio/fdmf/pkg-descr +++ b/audio/fdmf/pkg-descr @@ -5,5 +5,4 @@ fingerprint, or perceptual hash to recognize the duplicate files. It is currently under heavy development, so it might be buggy, broken, or otherwise bad. But it works for me. -Author: Kurt Rosenfeld <kurt at w140 dot com> WWW: http://www.w140.com/audio/ |