mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
a5ac46e19e
commit
069177d878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362807
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= faac
|
PORTNAME= faac
|
||||||
PORTVERSION= 1.28
|
PORTVERSION= 1.28
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
@ -14,9 +14,9 @@ LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2
|
|||||||
|
|
||||||
RESTRICTED= Distribution in binary form is prohibited
|
RESTRICTED= Distribution in binary form is prohibited
|
||||||
|
|
||||||
USES= dos2unix gmake
|
USES= dos2unix gmake libtool tar:bzip2
|
||||||
USE_BZIP2= yes
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
|
GNU_CONFIGURE= yes
|
||||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE_ARGS= --add-missing
|
||||||
CONFIGURE_ARGS= --with-mp4v2
|
CONFIGURE_ARGS= --with-mp4v2
|
||||||
|
@ -2,7 +2,7 @@ bin/faac
|
|||||||
include/faac.h
|
include/faac.h
|
||||||
include/faaccfg.h
|
include/faaccfg.h
|
||||||
lib/libfaac.a
|
lib/libfaac.a
|
||||||
lib/libfaac.la
|
|
||||||
lib/libfaac.so
|
lib/libfaac.so
|
||||||
lib/libfaac.so.0
|
lib/libfaac.so.0
|
||||||
|
lib/libfaac.so.0.0.0
|
||||||
man/man1/faac.1.gz
|
man/man1/faac.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user