1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/libcue/Makefile
2023-10-11 22:11:06 -04:00

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>