diff options
Diffstat (limited to 'ftp/hsftp/Makefile')
-rw-r--r-- | ftp/hsftp/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile new file mode 100644 index 000000000000..651ea916bbe9 --- /dev/null +++ b/ftp/hsftp/Makefile @@ -0,0 +1,20 @@ +# 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> |