mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3565fe16e7
PR: 274413
24 lines
463 B
Makefile
24 lines
463 B
Makefile
PORTNAME= libcue
|
|
PORTVERSION= 2.3.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= CUE Sheet Parser Library
|
|
WWW= https://github.com/lipnitsk/libcue
|
|
|
|
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
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1
|
|
PLIST_SUB= SOVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|