blob: f9c89084cbcfa88343dd966449bf5050c78045a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: aftp
# Version required: 1.0
# Date created: 18th Febuary 1997
# Whom: Joel Sutton <suttonj@interconnect.com.au>
#
# $Id$
#
DISTNAME= aftp
PKGNAME= aftp-1.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/incoming/
EXTRACT_SUFX= .tgz
MAINTAINER= suttonj@interconnect.com.au
MAN1= aftp.1
post-install:
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
|