2003-12-04 22:43:55 +01:00
|
|
|
# New ports collection makefile for: multisync
|
|
|
|
# Date created: 25 Nov 2003
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME?= multisync
|
2004-04-29 00:57:58 +02:00
|
|
|
PORTVERSION= 0.82
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 3
|
2003-12-04 22:43:55 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-12-21 19:25:23 +01:00
|
|
|
MASTER_SITE_SUBDIR= multisync
|
2003-12-04 22:43:55 +01:00
|
|
|
DISTNAME= multisync-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER?= pav@FreeBSD.org
|
|
|
|
COMMENT?= Synchronize calendars, addressbooks and other PIM data
|
|
|
|
|
|
|
|
WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION}
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
|
|
|
USE_GMAKE= yes
|
2004-03-24 21:59:17 +01:00
|
|
|
USE_LIBTOOL_VER=15
|
2004-10-15 19:32:46 +02:00
|
|
|
WANT_AUTOMAKE_VER=19
|
2003-12-04 22:43:55 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-06-04 19:29:38 +02:00
|
|
|
pre-configure:
|
2003-12-04 22:43:55 +01:00
|
|
|
@${FIND} ${WRKDIR} -type l -delete
|
2004-06-04 19:29:38 +02:00
|
|
|
.for FILE in missing install-sh mkinstalldirs config.guess config.sub depcomp
|
|
|
|
@${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRC}
|
|
|
|
@${CP} -f ${AUTOMAKE_DIR}/${FILE} ${WRKSRCMASTER}
|
2003-12-04 22:43:55 +01:00
|
|
|
.endfor
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-lpthread||'
|
|
|
|
|
|
|
|
post-configure:
|
2004-03-24 21:59:17 +01:00
|
|
|
${CP} ${LIBTOOL} ${WRKSRC}/libtool
|
2003-12-04 22:43:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|