1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/audio/liblscp/Makefile
Edward Tomasz Napierala 98f0f7f168 liblscp is a C library written as a wrapper around the LSCP network
protocol, thus to control linuxsampler.

WWW:    ttp://www.linuxsampler.org/
2008-11-15 12:41:28 +00:00

22 lines
424 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.5
CATEGORIES= audio
MASTER_SITES= http://download.linuxsampler.org/packages/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Wrapper around the LSCP network protocol
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>