aboutsummaryrefslogtreecommitdiffstats
path: root/audio/jack_mixer
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-16 00:30:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-16 00:30:40 +0800
commitbb88044725311e0d24905a1a1ee68b78cd6123cb (patch)
tree455b3e9492c68b5ff38360d98a63c9918575995d /audio/jack_mixer
parent4632831538702eb682704a970e264b6df55c718a (diff)
downloadfreebsd-ports-gnome-bb88044725311e0d24905a1a1ee68b78cd6123cb.tar.gz
freebsd-ports-gnome-bb88044725311e0d24905a1a1ee68b78cd6123cb.tar.zst
freebsd-ports-gnome-bb88044725311e0d24905a1a1ee68b78cd6123cb.zip
- Strip library
- Clarify LICENSE - Add LICENSE_FILE
Diffstat (limited to 'audio/jack_mixer')
-rw-r--r--audio/jack_mixer/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile
index 0b10d59eb235..e370b3ce290f 100644
--- a/audio/jack_mixer/Makefile
+++ b/audio/jack_mixer/Makefile
@@ -3,14 +3,15 @@
PORTNAME= jack_mixer
PORTVERSION= 10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Mixer for the jack audio connection kit
-LICENSE= GPLv2
+LICENSE= GPLv2 # only
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
@@ -23,5 +24,6 @@ GCONF_SCHEMAS= jack_mixer.schemas
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>