1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Cleanup Makefile: wrap overly long lines, etc.

- Reformat port description while here
This commit is contained in:
Alexey Dokuchaev 2012-08-18 21:23:24 +00:00
parent 47f4975523
commit fdf4293209
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302741
2 changed files with 19 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: lash
# Date created: 2007-01-13
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
# Date created: 2007-01-13
# Whom: Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
@ -21,17 +21,17 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
dssialsacompat:${PORTSDIR}/audio/libdssialsacompat
USE_GNOME= gnomehack gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-alsa-midi
USE_GNOME= gnomehack gtk20 libxml2
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= lash-manual.html
PORTDOCS= *
.include <bsd.port.options.mk>
@ -43,10 +43,12 @@ post-extract:
@${REINPLACE_CMD} -e 's|texi2html --number|texi2html|' \
${WRKSRC}/docs/Makefile.in
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html ${DOCSDIR}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html \
${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,12 +1,11 @@
LASH is a session management system for JACK audio applications.
It is an implementation of a proposal that originated from this
discussion. Its aim is to allow you to have many different audio
programs running at once, to save their setup, close them down and
then easily reload the setup at some other time. LASH doesn't deal
with any kind of audio data itself; it just runs programs, deals
with saving/loading (arbitrary) data and connects different kinds
of virtual audio ports together (currently JACK and ALSA sequencer
ports). It can also be used to move entire sessions between
LASH is a session management system for JACK audio applications. It is an
implementation of a proposal that originated from this discussion. Its aim
is to allow you to have many different audio programs running at once, to
save their setup, close them down and then easily reload the setup at some
other time. LASH doesn't deal with any kind of audio data itself; it just
runs programs, deals with saving/loading (arbitrary) data and connects
different kinds of virtual audio ports together (currently JACK and ALSA
sequencer ports). It can also be used to move entire sessions between
computers, or post sessions on the Internet for download.
WWW: http://www.nongnu.org/lash/
WWW: http://www.nongnu.org/lash/