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