1
0
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:
Dmitry Marakasov 2014-07-29 14:20:39 +00:00
parent de066253ca
commit 7a66122f4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363326
3 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
lib/multisync/libbackup_plugin.a
lib/multisync/libbackup_plugin.la
lib/multisync/libbackup_plugin.so
lib/multisync/libbackup_plugin.so.0
lib/multisync/libbackup_plugin.so.0.0.0
@dirrmtry lib/multisync

View File

@ -1,5 +1,5 @@
lib/multisync/libsyncml_plugin.a
lib/multisync/libsyncml_plugin.la
lib/multisync/libsyncml_plugin.so
lib/multisync/libsyncml_plugin.so.0
lib/multisync/libsyncml_plugin.so.0.0.0
@dirrmtry lib/multisync

View File

@ -3,7 +3,7 @@
PORTNAME?= multisync
PORTVERSION= 0.82
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= deskutils
MASTER_SITES= SF/multisync/OldFiles
DISTNAME= multisync-${PORTVERSION}
@ -13,10 +13,11 @@ COMMENT?= Synchronize calendars, addressbooks, and other PIM data
WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION}
USE_BZIP2= yes
USE_GNOME= gnomeprefix libgnomeui
USES= gmake pathfix pkgconfig
USE_AUTOTOOLS= automake:env libtool
USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
AUTOMAKE_ARGS= --add-missing
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
@ -30,7 +31,4 @@ pre-configure:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread||'
post-configure:
${CP} ${LIBTOOL} ${WRKSRC}/libtool
.include <bsd.port.mk>