freebsd-ports/textproc/libcue/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
397 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= libcue
PORTVERSION= 2.1.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= buganini@gmail.com
COMMENT= CUE Sheet Parser Library
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
USE_GITHUB= yes
GH_ACCOUNT= lipnitsk
USE_LDCONFIG= yes
USES= bison cmake pathfix
.include <bsd.port.mk>