1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/libcue/Makefile
2021-04-06 16:31:07 +02:00

23 lines
385 B
Makefile

# Created by: buganini@gmail.com
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>