Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= faac |
8 |
PORTNAME= faac |
9 |
PORTVERSION= 1.26 |
9 |
PORTVERSION= 1.28 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= audio |
10 |
CATEGORIES= audio |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
11 |
MASTER_SITES= SFE |
13 |
MASTER_SITE_SUBDIR= faac |
|
|
14 |
|
12 |
|
15 |
MAINTAINER= multimedia@FreeBSD.org |
13 |
MAINTAINER= multimedia@FreeBSD.org |
16 |
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder |
14 |
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder |
Lines 18-40
Link Here
|
18 |
LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 |
16 |
LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 |
19 |
|
17 |
|
20 |
RESTRICTED= Distribution in binary form is prohibited |
18 |
RESTRICTED= Distribution in binary form is prohibited |
21 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
19 |
|
|
|
20 |
USE_BZIP2= yes |
22 |
USE_DOS2UNIX= yes |
21 |
USE_DOS2UNIX= yes |
23 |
GNU_CONFIGURE= yes |
|
|
24 |
USE_LDCONFIG= yes |
25 |
USE_AUTOTOOLS= automake:19 autoheader:262 libtool:15 |
26 |
AUTOMAKE_ARGS= --add-missing |
27 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
28 |
USE_DOS2UNIX= yes |
23 |
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15 |
|
|
24 |
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal |
25 |
AUTOMAKE_ARGS= --add-missing |
29 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
26 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
30 |
LDFLAGS="-L${LOCALBASE}/lib" \ |
27 |
LDFLAGS="-L${LOCALBASE}/lib" \ |
31 |
LIBS="-lmp4v2" |
28 |
LIBS="-lmp4v2" |
|
|
29 |
USE_LDCONFIG= yes |
30 |
|
31 |
MAN1= faac.1 |
32 |
|
32 |
|
33 |
.include <bsd.port.pre.mk> |
33 |
.include <bsd.port.pre.mk> |
34 |
|
34 |
|
|
|
35 |
post-patch: |
36 |
@${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h |
37 |
|
35 |
pre-configure: |
38 |
pre-configure: |
36 |
@${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h |
39 |
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake |
37 |
@cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \ |
|
|
38 |
${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake |
39 |
|
40 |
|
40 |
.include <bsd.port.post.mk> |
41 |
.include <bsd.port.post.mk> |