freebsd-ports/deskutils/multisync/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

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>