aboutsummaryrefslogtreecommitdiff
path: root/audio/aubio
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2017-08-07 15:33:51 +0000
committerJason E. Hale <jhale@FreeBSD.org>2017-08-07 15:33:51 +0000
commit1ef0c674ff6c791040262811ca034bfce5b03cd6 (patch)
tree2acf0662cc7744b4ae6aa5eedff450d50d3c893d /audio/aubio
parent737e770f0ad54dca17db981d79b74adcc5b5058e (diff)
Notes
Diffstat (limited to 'audio/aubio')
-rw-r--r--audio/aubio/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index 41dc05737fde..8e910d5f1e02 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -3,18 +3,22 @@
PORTNAME= aubio
PORTVERSION= 0.4.5
-CATEGORIES= audio
+PORTREVISION?= 0
+CATEGORIES?= audio
MASTER_SITES= http://aubio.org/pub/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for audio labelling
+MAINTAINER?= jhale@FreeBSD.org
+COMMENT?= Library for audio labelling
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+USES+= pkgconfig tar:bzip2
+
+.if !defined(SLAVEPORT)
BUILD_DEPENDS= txt2man:textproc/txt2man
-USES= pkgconfig tar:bzip2 waf
+USES+= waf
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
USE_LDCONFIG= yes
@@ -49,4 +53,6 @@ post-install:
.endfor
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaubio.so
+.endif # !defined(SLAVEPORT)
+
.include <bsd.port.mk>