opnsense-ports/deskutils/multisync/Makefile
Franco Fichtner 43e7f0c010 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 09:07:03 +02:00

27 lines
645 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
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
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>