0e8de76db3
PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
14 lines
315 B
Makefile
14 lines
315 B
Makefile
# ports collection makefile for: afbackup-client
|
|
# Date created: 21 Sep 2001
|
|
# Whom: Vadim Belman <voland@catpipe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
WITHOUT_SERVER= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../afbackup
|
|
|
|
.include "${MASTERDIR}/Makefile"
|