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
3bf41ba014
commit
1c762df752
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358119
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libsmf
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -12,7 +13,7 @@ COMMENT= Standard MIDI File format library
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pathfix pkgconfig readline:port
|
||||
USES= pathfix pkgconfig readline:port libtool
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/smfsh
|
||||
include/smf.h
|
||||
lib/libsmf.so.0
|
||||
lib/libsmf.so
|
||||
lib/libsmf.la
|
||||
lib/libsmf.a
|
||||
lib/libsmf.so
|
||||
lib/libsmf.so.0
|
||||
lib/libsmf.so.0.0.0
|
||||
libdata/pkgconfig/smf.pc
|
||||
man/man1/smfsh.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user