mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Add afbackup-client, a client portion of AF's backup system.
Submitted by: Vadim Belman <voland@catpipe.net>
This commit is contained in:
parent
b3b6fd596b
commit
03484165b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48348
2 changed files with 16 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
SUBDIR += aclgen
|
||||
SUBDIR += acron
|
||||
SUBDIR += afbackup
|
||||
SUBDIR += afbackup-client
|
||||
SUBDIR += alevt
|
||||
SUBDIR += amanda
|
||||
SUBDIR += amanda24-client
|
||||
|
|
15
misc/afbackup-client/Makefile
Normal file
15
misc/afbackup-client/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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"
|
||||
|
Loading…
Add table
Reference in a new issue