1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/liblscp/Makefile
Emanuel Haupt 235701b81c - Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:		161611
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:03:52 +00:00

26 lines
504 B
Makefile

# New ports collection makefile for: liblscp
# Date created: 2007-03-06
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= liblscp
PORTVERSION= 0.5.6
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper around the LSCP network protocol
LICENSE= LGPL21
USE_GNOME= gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>