mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
519 B
Makefile
23 lines
519 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= ports@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"
|