mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
20 lines
322 B
Makefile
20 lines
322 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
|
|
|
|
.include <bsd.port.mk>
|