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
2c9fc2bc62
commit
637ffe17f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359477
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= harp
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -12,6 +12,7 @@ COMMENT= Minimalist audio player
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_SQLITE= yes
|
||||
|
@ -1,18 +1,13 @@
|
||||
bin/harp
|
||||
%%AAC%%lib/libharpaac.a
|
||||
%%AAC%%lib/libharpaac.la
|
||||
%%AAC%%lib/libharpaac.so
|
||||
%%FLAC%%lib/libharpflac.a
|
||||
%%FLAC%%lib/libharpflac.la
|
||||
%%FLAC%%lib/libharpflac.so
|
||||
%%MP3%%lib/libharpmp3.a
|
||||
%%MP3%%lib/libharpmp3.la
|
||||
%%MP3%%lib/libharpmp3.so
|
||||
%%SHOUTCAST%%lib/libharpstream.a
|
||||
%%SHOUTCAST%%lib/libharpstream.la
|
||||
%%SHOUTCAST%%lib/libharpstream.so
|
||||
%%VORBIS%%lib/libharpvorbis.a
|
||||
%%VORBIS%%lib/libharpvorbis.la
|
||||
%%VORBIS%%lib/libharpvorbis.so
|
||||
%%AAC%%%%DATADIR%%/libharpaac.sql
|
||||
%%FLAC%%%%DATADIR%%/libharpflac.sql
|
||||
|
Loading…
Reference in New Issue
Block a user