PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
23 lines
407 B
Makefile
23 lines
407 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:outsource pathfix
|
|
|
|
.include <bsd.port.mk>
|