mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Add missing LICENSE_FILE
- Add CPE data - USE_CSTD instead of CFLAGS - Trim @dirrm from pkg-plist
This commit is contained in:
parent
a62fcf8835
commit
c6c829fafc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368882
@ -12,16 +12,19 @@ COMMENT= Library for manipulating ID3 tags and Ogg comments
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
USES= cmake
|
||||
USES= cmake cpe
|
||||
CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
|
||||
-DWITH_MP4:BOOL=ON
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# clang will generate code that just doesn't work with clementine-player
|
||||
# if this isn't compiled as though it were C99.
|
||||
CFLAGS+= -std=c99
|
||||
USE_CSTD= c99
|
||||
|
||||
CPE_VENDOR= scott_wheeler
|
||||
|
||||
OPTIONS_DEFINE= RCC
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -108,4 +108,3 @@ lib/libtag_c.so.0
|
||||
lib/libtag_c.so.0.0.0
|
||||
libdata/pkgconfig/taglib.pc
|
||||
libdata/pkgconfig/taglib_c.pc
|
||||
@dirrm include/taglib
|
||||
|
Loading…
Reference in New Issue
Block a user