mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
26 lines
504 B
Makefile
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>
|