mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
21 lines
336 B
Makefile
21 lines
336 B
Makefile
# Created by: Andreas Fehlner <fehlner@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cmdftp
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
COMMENT= Command line shell-like ftp client
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
PLIST_FILES= bin/cmdftp
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|