19c4d35858
- Add LICENSE - Simplify port While I'm here add a missing tab. PR: ports/167483 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Appproved by: crees (mentor)
24 lines
388 B
Makefile
24 lines
388 B
Makefile
# New ports collection makefile for: cmdftp
|
|
# Date created: 2003-12-28
|
|
# Whom: Andreas Fehlner <fehlner@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
PLIST_FILES= bin/cmdftp
|
|
|
|
.include <bsd.port.mk>
|