aboutsummaryrefslogtreecommitdiff
path: root/deskutils/multisync
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commit1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch)
tree128ce8505dc266bea10a8cf389f38de197424aed /deskutils/multisync
parent639a61155c89af6b9b01d796a82cbd2ad643a299 (diff)
downloadports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz
ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip
Notes
Diffstat (limited to 'deskutils/multisync')
-rw-r--r--deskutils/multisync/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile
index 2a0d1f0908c7..4e636574b915 100644
--- a/deskutils/multisync/Makefile
+++ b/deskutils/multisync/Makefile
@@ -14,24 +14,21 @@ DISTNAME= multisync-${PORTVERSION}
MAINTAINER?= pav@FreeBSD.org
COMMENT?= Synchronize calendars, addressbooks and other PIM data
-PATCH_DEPENDS+= ${LOCALBASE}/share/automake17/depcomp:${PORTSDIR}/devel/automake17
-
WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION}
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_GMAKE= yes
USE_LIBTOOL_VER=15
+WANT_AUTOMAKE_VER=17
USE_X_PREFIX= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-AUTOMAKE_FILES= missing install-sh mkinstalldirs config.guess config.sub depcomp
-
-post-patch:
+pre-configure:
@${FIND} ${WRKDIR} -type l -delete
-.for FILE in ${AUTOMAKE_FILES}
- @${CP} -f ${LOCALBASE}/share/automake17/${FILE} ${WRKSRC}
- @${CP} -f ${LOCALBASE}/share/automake17/${FILE} ${WRKSRCMASTER}
+.for FILE in missing install-sh mkinstalldirs config.guess config.sub depcomp
+ @${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRC}
+ @${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRCMASTER}
.endfor
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread||'