mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
356 B
Makefile
21 lines
356 B
Makefile
|
# New ports collection makefile for: hsftp
|
||
|
# Date created: Mon 03 Jul 2000
|
||
|
# Whom: will
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= hsftp
|
||
|
PORTVERSION= 1.7
|
||
|
CATEGORIES= ftp
|
||
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||
|
MASTER_SITE_SUBDIR= system/network/file-transfer
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
MAKEFILE= makefile
|
||
|
MAN1= hsftp.1
|
||
|
|
||
|
.include <bsd.port.mk>
|