mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
45ccb1a6e6
commit
25ef0f6dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362784
@ -3,14 +3,16 @@
|
||||
|
||||
PORTNAME= libdca
|
||||
PORTVERSION= 0.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free DTS Coherent Acoustics decoder
|
||||
|
||||
USES= tar:bzip2 pkgconfig pathfix
|
||||
USES= libtool pathfix pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,9 +5,9 @@ bin/extract_dts
|
||||
include/dca.h
|
||||
include/dts.h
|
||||
lib/libdca.a
|
||||
lib/libdca.la
|
||||
lib/libdca.so
|
||||
lib/libdca.so.0
|
||||
lib/libdca.so.0.0.0
|
||||
lib/libdts.a
|
||||
libdata/pkgconfig/libdca.pc
|
||||
libdata/pkgconfig/libdts.pc
|
||||
|
Loading…
Reference in New Issue
Block a user