2008-11-15 13:41:28 +01:00
|
|
|
# New ports collection makefile for: liblscp
|
|
|
|
# Date created: 2007-03-06
|
|
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liblscp
|
2009-08-22 17:41:29 +02:00
|
|
|
PORTVERSION= 0.5.6
|
2008-11-15 13:41:28 +01:00
|
|
|
CATEGORIES= audio
|
2011-10-18 15:03:52 +02:00
|
|
|
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
|
|
|
|
http://download.linuxsampler.org/packages/
|
2008-11-15 13:41:28 +01:00
|
|
|
|
2010-10-25 22:09:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-11-15 13:41:28 +01:00
|
|
|
COMMENT= Wrapper around the LSCP network protocol
|
|
|
|
|
2011-10-18 15:03:52 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2008-11-15 13:41:28 +01:00
|
|
|
USE_GNOME= gnomehack
|
2011-10-18 15:03:52 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2008-11-15 13:41:28 +01:00
|
|
|
USE_LDCONFIG= yes
|
2011-10-18 15:03:52 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-11-15 13:41:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|