aboutsummaryrefslogtreecommitdiff
path: root/audio/gsequencer/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-24 03:57:00 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-24 03:57:00 +0000
commit2c30cae4e1a00b46f62f04185741dcf82409d5e8 (patch)
treecafaf3c539eb8887938f9dae89fca0ce60748ebe /audio/gsequencer/Makefile
parent52242f8248e6137768eb5bb801be91476a8fc786 (diff)
downloadports-2c30cae4e1a00b46f62f04185741dcf82409d5e8.tar.gz
ports-2c30cae4e1a00b46f62f04185741dcf82409d5e8.zip
audio/gsequencer: Update 3.0.7 -> 3.0.9
Reported by: upstream
Notes
Notes: svn path=/head/; revision=523947
Diffstat (limited to 'audio/gsequencer/Makefile')
-rw-r--r--audio/gsequencer/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile
index ef98409745e7..1b80c57a8044 100644
--- a/audio/gsequencer/Makefile
+++ b/audio/gsequencer/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gsequencer
-DISTVERSION= 3.0.7
+DISTVERSION= 3.0.9
CATEGORIES= audio
MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x
@@ -43,7 +43,13 @@ INSTALLS_ICONS= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
-OPTIONS_DEFINE= JACK PULSEAUDIO
+OPTIONS_DEFINE= DOCS JACK PULSEAUDIO
+
+DOCS_CONFIGURE_ON= HTMLHELP_XSL=${LOCALBASE}/share/xsl/docbook/htmlhelp/htmlhelp.xsl --docdir=${DOCSDIR} --enable-single-docdir
+DOCS_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl
+DOCS_USE= GNOME=libxslt:build
+DOCS_ALL_TARGET= html
+DOCS_INSTALL_TARGET= install-html
JACK_CONFIGURE_ENABLE= jack
JACK_LIB_DEPENDS= libjack.so:audio/jack
@@ -51,7 +57,6 @@ JACK_LIB_DEPENDS= libjack.so:audio/jack
PULSEAUDIO_CONFIGURE_ENABLE= pulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
-post-install:
- @${RMDIR} ${STAGEDIR}${PREFIX}/share/doc-base
+PORTDOCS= *
.include <bsd.port.mk>