mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
# Created by: Andreas Fehlner <fehlner@gmx.de>
|
|
|
|
PORTNAME= cmdftp
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line shell-like FTP client
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/cmdftp man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|