03484165b6
Submitted by: Vadim Belman <voland@catpipe.net>
15 lines
316 B
Makefile
15 lines
316 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"
|
|
|