summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-08 10:27:55 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-08 10:27:55 +0000
commit743501b6e108eac2d13238877e250cd9ec89d88a (patch)
tree8e705863d53666fb4f5fff794d4c030b64afd440
parentd738dbb9f5d965bf635427ac62f739e6d149ba3f (diff)
downloadFreeBSD-ports-743501b6e108eac2d13238877e250cd9ec89d88a.zip
FreeBSD-ports-743501b6e108eac2d13238877e250cd9ec89d88a.tar.gz
- Switch to USES=libtool
- Strip libraries
-rw-r--r--multimedia/schroedinger/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile
index b1dbe7e..8c75fac 100644
--- a/multimedia/schroedinger/Makefile
+++ b/multimedia/schroedinger/Makefile
@@ -3,10 +3,9 @@
PORTNAME= schroedinger
PORTVERSION= 1.0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://diracvideo.org/download/schroedinger/
-MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= High-speed Dirac codec
@@ -18,8 +17,9 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc
-USES= pkgconfig
+USES= libtool:oldver pkgconfig
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
OpenPOWER on IntegriCloud