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

View File

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