diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-10 22:30:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-10 22:30:41 +0800 |
commit | 827968e30f483e979cefd5dc9dd81c46adba8ef6 (patch) | |
tree | f3a04fbddf3d9bd126c0840918374f4c078b1f3b /audio | |
parent | 53fa3be726b960d87efe4fa9c74ccdaea54ebc7c (diff) | |
download | freebsd-ports-gnome-827968e30f483e979cefd5dc9dd81c46adba8ef6.tar.gz freebsd-ports-gnome-827968e30f483e979cefd5dc9dd81c46adba8ef6.tar.zst freebsd-ports-gnome-827968e30f483e979cefd5dc9dd81c46adba8ef6.zip |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159424
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lash/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 858e4f4468a8..62981351f7c9 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -9,23 +9,28 @@ PORTNAME= lash PORTVERSION= 0.5.4 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.savannah.gnu.org/releases/lash/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Session management system for JACK audio applications -BROKEN= Does not fetch +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat +USE_GNOME= gnomehack gtk20 libxml2 +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/dssi -L${LOCALBASE}/lib -USE_GMAKE= yes -USE_GNOME= gtk20 libxml2 gnomehack +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> |