diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-09 11:31:43 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-09 11:31:43 +0000 |
commit | 8c203f7506c037ba50e9c36dbd34dacbde21565d (patch) | |
tree | 651f968d7027d8c54cd816d74cf8dc3d26663a8f /audio/sweep | |
parent | 13e037f070e10649d7e2088e60f07abf183eb311 (diff) | |
download | ports-8c203f7506c037ba50e9c36dbd34dacbde21565d.tar.gz ports-8c203f7506c037ba50e9c36dbd34dacbde21565d.zip |
Notes
Diffstat (limited to 'audio/sweep')
-rw-r--r-- | audio/sweep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 97350b236448..3911a378fa0e 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -8,9 +8,11 @@ PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Sound editor for the GNOME/GTK+2 desktop +LICENSE= GPLv2 + LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ |