1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/deskutils/multisync-backup/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

23 lines
517 B
Makefile

# New ports collection makefile for: multisync-backup
# Date created: 3 Dec 2003
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= multisync-backup
MAINTAINER= pav@FreeBSD.org
COMMENT= Multisync backup plugin
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
DISTINFO_FILE= ${MASTERDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/backup_plugin
MASTERDIR= ${.CURDIR}/../multisync
.include "${MASTERDIR}/Makefile"