1997-05-17 18:57:39 +02:00
|
|
|
# New ports collection makefile for: aftp
|
|
|
|
# Date created: 18th Febuary 1997
|
1998-08-24 02:51:36 +02:00
|
|
|
# Last updated: 2nd August, 1998
|
1999-11-21 01:31:08 +01:00
|
|
|
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
1997-05-17 18:57:39 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-05-17 18:57:39 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= aftp
|
|
|
|
PORTVERSION= 1.0
|
1997-05-17 18:57:39 +02:00
|
|
|
CATEGORIES= emulators
|
1999-10-27 09:00:08 +02:00
|
|
|
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/
|
2000-04-12 06:56:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-05-17 18:57:39 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= A ftp-like shell for accessing Apple II disk images
|
1997-05-17 18:57:39 +02:00
|
|
|
|
|
|
|
MAN1= aftp.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/aftp
|
1997-05-17 18:57:39 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|