diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 21:43:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 21:43:55 +0000 |
commit | d40b2d5d95592a606496bcd061817b79d25dc46f (patch) | |
tree | c261b936203e63469b9a9dddd23870b9c21f01b6 /deskutils | |
parent | 715a49a4ce790d5b196e9fff4ffb65631d29a902 (diff) | |
download | ports-d40b2d5d95592a606496bcd061817b79d25dc46f.tar.gz ports-d40b2d5d95592a606496bcd061817b79d25dc46f.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/multisync/Makefile | 42 | ||||
-rw-r--r-- | deskutils/multisync/distinfo | 1 | ||||
-rw-r--r-- | deskutils/multisync/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/multisync/pkg-plist | 9 |
5 files changed, 60 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 5b2e0db72434..23d35df6a14c 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -61,6 +61,7 @@ SUBDIR += moneydance SUBDIR += mrproject SUBDIR += multi-backgrounds-daemon + SUBDIR += multisync SUBDIR += nag SUBDIR += narval SUBDIR += notebook diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile new file mode 100644 index 000000000000..0656341e31cd --- /dev/null +++ b/deskutils/multisync/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: multisync +# Date created: 25 Nov 2003 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME?= multisync +PORTVERSION= 0.81 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +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= 14 +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: + @${FIND} ${WRKDIR} -type l -delete +.for FILE in ${AUTOMAKE_FILES} + @${CP} -f ${LOCALBASE}/share/automake17/${FILE} ${WRKSRC} + @${CP} -f ${LOCALBASE}/share/automake17/${FILE} ${WRKSRCMASTER} +.endfor + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-lpthread||' + +post-configure: + ${CP} ${LOCALBASE}/bin/libtool14 ${WRKSRC}/libtool + +.include <bsd.port.mk> diff --git a/deskutils/multisync/distinfo b/deskutils/multisync/distinfo new file mode 100644 index 000000000000..c07af5ceaacf --- /dev/null +++ b/deskutils/multisync/distinfo @@ -0,0 +1 @@ +MD5 (multisync-0.81.tar.bz2) = e9091a2a1a364f2afb71149928a26c78 diff --git a/deskutils/multisync/pkg-descr b/deskutils/multisync/pkg-descr new file mode 100644 index 000000000000..bef792aee277 --- /dev/null +++ b/deskutils/multisync/pkg-descr @@ -0,0 +1,7 @@ +MultiSync is a free modular program to synchronize calendars, addressbooks and +other PIM data between programs on your computer and other computers, mobile +devices, PDAs or cell phones. MultiSync works on Gnome platform. + +Be sure to also install desired plugins. + +WWW: http://multisync.sourceforge.net/ diff --git a/deskutils/multisync/pkg-plist b/deskutils/multisync/pkg-plist new file mode 100644 index 000000000000..0fa97a0e51ba --- /dev/null +++ b/deskutils/multisync/pkg-plist @@ -0,0 +1,9 @@ +bin/multisync +include/multisync/multisync.h +share/gnome/multisync/pixmaps/multisync.png +share/gnome/multisync/pixmaps/multisync.xpm +share/gnome/multisync/pixmaps/multisync-16.png +share/gnome/multisync/pixmaps/multisync_small.png +share/gnome/multisync/pixmaps/resync_small.png +@dirrm share/gnome/multisync/pixmaps +@dirrm include/multisync |