freebsd-ports/audio/liblscp/Makefile
Tobias C. Berner 37fde529da audio/qsampler: update to 0.6.1
- Custom color (palette) theme editor introduced; color (palette) theme changes
  are now effective immediately, except on default.
- Second attempt to fix the yet non-official though CMake build configuration.
- When using autotools and ./configure --with-qt=..., it is also necessary to
  adjust the PKG_CONFIG_PATH environment variable
2019-12-23 19:06:55 +00:00

22 lines
461 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= liblscp
DISTVERSION= 0.6.1
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+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>