aboutsummaryrefslogtreecommitdiff
path: root/audio/jack_mixer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:30:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:30:40 +0000
commitb984f790f3ad7e0032c31dc6f5dd35fa5874ee0a (patch)
tree455b3e9492c68b5ff38360d98a63c9918575995d /audio/jack_mixer
parent1a292ee53639c9c8da7962ec2173fa47564af53d (diff)
downloadports-b984f790f3ad7e0032c31dc6f5dd35fa5874ee0a.tar.gz
ports-b984f790f3ad7e0032c31dc6f5dd35fa5874ee0a.zip
Notes
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>