aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 19:36:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 19:36:44 +0000
commite59148d1ee4d6db653c6ace4009741ce4d48d385 (patch)
tree43dfc9b22a0ec7cbb97a9d19297885ad93ac0fc9 /audio/tse3
parent7f6292cd00888b36c0038f7c5b54096e5eea4061 (diff)
downloadports-e59148d1ee4d6db653c6ace4009741ce4d48d385.tar.gz
ports-e59148d1ee4d6db653c6ace4009741ce4d48d385.zip
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes
Notes: svn path=/head/; revision=355902
Diffstat (limited to 'audio/tse3')
-rw-r--r--audio/tse3/Makefile7
-rw-r--r--audio/tse3/pkg-plist3
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile
index 7e5340c0e51f..d182c2407616 100644
--- a/audio/tse3/Makefile
+++ b/audio/tse3/Makefile
@@ -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}
diff --git a/audio/tse3/pkg-plist b/audio/tse3/pkg-plist
index ca6ca71a1b24..a20f69cf9610 100644
--- a/audio/tse3/pkg-plist
+++ b/audio/tse3/pkg-plist
@@ -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