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
40d771321c
commit
ec54486250
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364775
@ -3,15 +3,14 @@
|
|||||||
|
|
||||||
PORTNAME= libopendaap
|
PORTNAME= libopendaap
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel audio net
|
CATEGORIES= devel audio net
|
||||||
MASTER_SITES= http://crazney.net/programs/itunes/files/
|
MASTER_SITES= http://crazney.net/programs/itunes/files/
|
||||||
|
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT= C lib used to connect to iTunes(R) music shares
|
COMMENT= C lib used to connect to iTunes(R) music shares
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= libtool pathfix pkgconfig tar:bzip2
|
||||||
USES= pathfix pkgconfig tar:bzip2
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
include/daap/client.h
|
include/daap/client.h
|
||||||
include/daap/portability.h
|
include/daap/portability.h
|
||||||
lib/libopendaap.a
|
lib/libopendaap.a
|
||||||
lib/libopendaap.la
|
|
||||||
lib/libopendaap.so
|
lib/libopendaap.so
|
||||||
lib/libopendaap.so.0
|
lib/libopendaap.so.0
|
||||||
|
lib/libopendaap.so.0.1.0
|
||||||
libdata/pkgconfig/opendaap.pc
|
libdata/pkgconfig/opendaap.pc
|
||||||
man/man3/libopendaap.3.gz
|
man/man3/libopendaap.3.gz
|
||||||
@dirrm include/daap
|
@dirrm include/daap
|
||||||
|
Loading…
Reference in New Issue
Block a user