mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Convert to USES=libtool
This commit is contained in:
parent
c4acc1963b
commit
dba075ec09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346827
2 changed files with 6 additions and 5 deletions
|
@ -3,16 +3,15 @@
|
|||
|
||||
PORTNAME= libmpeg2
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://libmpeg2.sourceforge.net/files/
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Free library for decoding mpeg-2 and mpeg-1 video streams
|
||||
|
||||
USES= pathfix
|
||||
USE_GNOME= ltverhack
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
|
@ -38,7 +37,7 @@ post-patch:
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/libmpeg2.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/libvo/libvo.a ${STAGEDIR}${PREFIX}/lib
|
||||
|
|
|
@ -8,10 +8,12 @@ lib/libmpeg2.a
|
|||
lib/libmpeg2.la
|
||||
lib/libmpeg2.so
|
||||
lib/libmpeg2.so.0
|
||||
lib/libmpeg2.so.0.1.0
|
||||
lib/libmpeg2convert.a
|
||||
lib/libmpeg2convert.la
|
||||
lib/libmpeg2convert.so
|
||||
lib/libmpeg2convert.so.0
|
||||
lib/libmpeg2convert.so.0.0.0
|
||||
lib/libvo.a
|
||||
libdata/pkgconfig/libmpeg2.pc
|
||||
libdata/pkgconfig/libmpeg2convert.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue