- Switch to GitHub host - Add LICENSE* blob PR: 208780 (based on, upgrade to 2.0.1) Submitted by: myself Approved by: <buganini@gmail.com> (maintainer)
23 lines
399 B
Makefile
23 lines
399 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
|
|
|
|
.include <bsd.port.mk>
|