[Midnightbsd-cvs] mports [17930] trunk/audio/speex/Makefile: ugh.. USE_AUTOTOOLS
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Dec 24 20:35:32 EST 2014
Revision: 17930
http://svnweb.midnightbsd.org/mports/?rev=17930
Author: laffer1
Date: 2014-12-24 20:35:31 -0500 (Wed, 24 Dec 2014)
Log Message:
-----------
ugh.. USE_AUTOTOOLS
Modified Paths:
--------------
trunk/audio/speex/Makefile
Modified: trunk/audio/speex/Makefile
===================================================================
--- trunk/audio/speex/Makefile 2014-12-25 01:32:58 UTC (rev 17929)
+++ trunk/audio/speex/Makefile 2014-12-25 01:35:31 UTC (rev 17930)
@@ -2,13 +2,14 @@
PORTNAME= speex
DISTVERSION= 1.2rc1
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= An open-source patent-free voice codec
+COMMENT= open-source patent-free voice codec
+
LICENSE= bsd3
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
@@ -15,11 +16,8 @@
CONFLICTS= speex-devel-[0-9]*
-MAKE_JOBS_SAFE= yes
-
-USE_GNOME= gnomehack ltverhack
+USES= gmake libtool
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} \
--build=${ARCH}-portbld-freebsd9.1
@@ -26,8 +24,6 @@
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= speexdec.1 speexenc.1
-
.include <bsd.port.pre.mk>
.if ${MACHINE_CPU:Msse}!=""
More information about the Midnightbsd-cvs
mailing list