mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
7d5a9d2a07
commit
47d1ac1695
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363231
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mpiosh
|
||||
PORTVERSION= 0.7.1.p2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2
|
||||
DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
|
||||
@ -11,22 +11,20 @@ DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Digit@lway MPIO MP3 player tool
|
||||
|
||||
USES= iconv readline
|
||||
USES= iconv libtool readline
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtool
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in
|
||||
|
||||
post-patch:
|
||||
${RM} -f ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,8 +4,8 @@ etc/mpio/mpioshrc
|
||||
include/mpio/defs.h
|
||||
include/mpio/mpio.h
|
||||
lib/libmpio.a
|
||||
lib/libmpio.la
|
||||
lib/libmpio.so
|
||||
lib/libmpio.so.1
|
||||
lib/libmpio.so.1.0.0
|
||||
@dirrm include/mpio
|
||||
@dirrm etc/mpio
|
||||
|
Loading…
Reference in New Issue
Block a user