1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/libinstpatch/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

24 lines
516 B
Makefile

# $FreeBSD$
PORTNAME= libinstpatch
DISTVERSION= 1.0.0
DISTVERSIONSUFFIX= +svn386
CATEGORIES= audio
MASTER_SITES= https://bigsearcher.com/mirrors/nongnu/gsequencer/1.4.x/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Instrument file software library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsndfile.so:audio/libsndfile
USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig tar:bz2
USE_GNOME= glib20
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.mk>