svn commit: r334751 - head/audio/aacplusenc

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 18:28:02 UTC 2013


Author: bapt
Date: Sun Nov 24 18:28:01 2013
New Revision: 334751
URL: http://svnweb.freebsd.org/changeset/ports/334751

Log:
  Support staging
  Respect PREFIX

Modified:
  head/audio/aacplusenc/Makefile

Modified: head/audio/aacplusenc/Makefile
==============================================================================
--- head/audio/aacplusenc/Makefile	Sun Nov 24 18:24:58 2013	(r334750)
+++ head/audio/aacplusenc/Makefile	Sun Nov 24 18:28:01 2013	(r334751)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://ppa.launchpad.net/t
 DISTFILES=	${DISTNAME:S,-,_,}${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An aacPlus v2 command-line encoder
+COMMENT=	AacPlus v2 command-line encoder
 
 USES=		gmake
 
@@ -17,13 +17,13 @@ RESTRICTED=	unclear legal status, probab
 CONFLICTS=	libaacplus-[0-9]*
 
 PLIST_FILES=	bin/aacplusenc
-NO_STAGE=	yes
+MAKE_ARGS+=	INSTDIR=${STAGEDIR}${PREFIX}
 
 .if defined(WITHOUT_FFTW3)
 MAKE_ARGS+=	NOFFTW3=1
 .else
-LIB_DEPENDS+=	fftw3f:${PORTSDIR}/math/fftw3-float \
-		fftw3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+=	libfftw3f.so:${PORTSDIR}/math/fftw3-float \
+		libfftw3.so:${PORTSDIR}/math/fftw3
 CFLAGS+=	-I${LOCALBASE}/include
 .endif
 


More information about the svn-ports-all mailing list