mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0e8de76db3
PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# ports collection makefile for: afbackup-client
|
|
# Date created: 21 Sep 2001
|
|
# Whom: Vadim Belman <voland@catpipe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -server
|
|
|
|
WITHOUT_CLIENT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../afbackup
|
|
|
|
.include "${MASTERDIR}/Makefile"
|