mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
7f6292cd00
commit
e59148d1ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355902
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tse3
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION}
|
||||
|
||||
@ -12,12 +12,13 @@ COMMENT= MIDI library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-doc-install \
|
||||
--without-aRts
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
@ -104,10 +104,9 @@ include/tse3/util/PowerQuantise.h
|
||||
include/tse3/util/Snap.h
|
||||
include/tse3/util/Song.h
|
||||
include/tse3/util/Track.h
|
||||
lib/libtse3.a
|
||||
lib/libtse3.la
|
||||
lib/libtse3.so
|
||||
lib/libtse3.so.0
|
||||
lib/libtse3.so.0.0.0
|
||||
man/man1/tse3play.1.gz
|
||||
man/man3/tse3.3.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/About.html
|
||||
|
Loading…
Reference in New Issue
Block a user