diff options
author | danfe <danfe@FreeBSD.org> | 2012-08-19 05:23:24 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-08-19 05:23:24 +0800 |
commit | 6354d86efcccb5872e8585df75935ee62d6d7345 (patch) | |
tree | c8e08f865182ea396bc56e40ea3f6ae53750b58c /audio | |
parent | 68c5b4e4018060d89663bebdcaf2544f9c940de3 (diff) | |
download | freebsd-ports-gnome-6354d86efcccb5872e8585df75935ee62d6d7345.tar.gz freebsd-ports-gnome-6354d86efcccb5872e8585df75935ee62d6d7345.tar.zst freebsd-ports-gnome-6354d86efcccb5872e8585df75935ee62d6d7345.zip |
- Cleanup Makefile: wrap overly long lines, etc.
- Reformat port description while here
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lash/Makefile | 18 | ||||
-rw-r--r-- | audio/lash/pkg-descr | 19 |
2 files changed, 19 insertions, 18 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index fd314b82aed1..e3bf2565a8fe 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -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> diff --git a/audio/lash/pkg-descr b/audio/lash/pkg-descr index 1001cb20e552..b5a2f18e10fd 100644 --- a/audio/lash/pkg-descr +++ b/audio/lash/pkg-descr @@ -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/ |