mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b10cce44e8
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
22 lines
398 B
Makefile
22 lines
398 B
Makefile
# New ports collection makefile for: fspclient
|
|
# Version required: 0.0-h+
|
|
# Date created: 7 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fspclient
|
|
PKGNAME= fspclient-0.0.h
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/network/file-transfer
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/fspclient
|
|
GNU_CONFIGURE= yes
|
|
MAN1= fsp.1
|
|
|
|
.include <bsd.port.mk>
|