diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-02-09 19:31:43 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-02-09 19:31:43 +0800 |
commit | a99068d7b7594c02b8e7b0a0303ed908ad3f3b38 (patch) | |
tree | 651f968d7027d8c54cd816d74cf8dc3d26663a8f /audio | |
parent | 7826590087c9802aaf603120651a6b0d6a78244c (diff) | |
download | freebsd-ports-graphics-a99068d7b7594c02b8e7b0a0303ed908ad3f3b38.tar.gz freebsd-ports-graphics-a99068d7b7594c02b8e7b0a0303ed908ad3f3b38.tar.zst freebsd-ports-graphics-a99068d7b7594c02b8e7b0a0303ed908ad3f3b38.zip |
audio/sweep: pass maintainer from ports@ to submitter; add license
PR: 206692
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Diffstat (limited to 'audio')
-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 97350b23644..3911a378fa0 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 \ |