summaryrefslogtreecommitdiffstats
path: root/deskutils/multisync/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 04:34:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 04:34:48 +0800
commit6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (patch)
tree81f3a8c4095040ea7f5dc4fabf06780b4abd2111 /deskutils/multisync/Makefile
parent3f2d648b714133754d45834582aebaf05cef4600 (diff)
downloadmarcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.gz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.bz2
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.lz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.xz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.zst
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/multisync/Makefile')
-rw-r--r--deskutils/multisync/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile
new file mode 100644
index 000000000..a1334ec55
--- /dev/null
+++ b/deskutils/multisync/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: multisync
+# Date created: 25 Nov 2003
+# Whom: Pav Lucistnik <pav@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME?= multisync
+PORTVERSION= 0.82
+PORTREVISION= 6
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= multisync
+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
+USE_AUTOTOOLS= automake:19:env libtool:15
+USE_X_PREFIX= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+
+pre-configure:
+ @${FIND} ${WRKDIR} -type l -delete
+.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||'
+
+post-configure:
+ ${CP} ${LIBTOOL} ${WRKSRC}/libtool
+
+.include <bsd.port.mk>