blob: 83f6e53e2d89c53f3d7599eb895e032ba5dd7f58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: ncftp2
# Version required: 2.0.3
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.20 1995/04/03 17:03:36 ache Exp $
#
DISTNAME= ncftp-2.0.3
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|