c14e4f5f73
multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME?= multisync
|
|
PORTVERSION= 0.82
|
|
PORTREVISION= 14
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/multisync/OldFiles
|
|
DISTNAME= multisync-${PORTVERSION}
|
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
|
COMMENT?= Synchronize calendars, addressbooks, and other PIM data
|
|
|
|
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gnomeprefix libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKDIR} -type l -delete
|
|
|
|
.include <bsd.port.mk>
|