diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 02:23:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 02:23:45 +0800 |
commit | 29dc5a6ddb5b248fb9450571dd85c2e82fe281b3 (patch) | |
tree | 5fcc076838bf75e91854b2a9282a81533a58db44 /audio | |
parent | 1ba8db0495bb1521ae0ab3cf8cd87ab08203b9bf (diff) | |
download | freebsd-ports-gnome-29dc5a6ddb5b248fb9450571dd85c2e82fe281b3.tar.gz freebsd-ports-gnome-29dc5a6ddb5b248fb9450571dd85c2e82fe281b3.tar.zst freebsd-ports-gnome-29dc5a6ddb5b248fb9450571dd85c2e82fe281b3.zip |
- Add LICENSE
- Use += for CFLAGS
- Remove Author line
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/ |