freebsd-ports/ftp/cmdftp/Makefile
Guido Falsi 19c4d35858 - Update to 0.9.8
- 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)
2012-05-01 18:54:14 +00:00

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>