1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/aftp/Makefile
Masafumi Max NAKANE 0ce807fe78 New port, aftp:
aftp manipulates and browses Apple II disk images.  It
supports both Apple  DOS 3.3,  ProDOS  and  XGS  images.
Both  binary  floppy  images  (.IIE)  and hard disk volume
(.HDV) images are also supported.

PR:		2816
Submitted by:	Joel Sutton <suttonj@interconnect.com.au>
1997-05-17 16:57:39 +00:00

23 lines
454 B
Makefile

# 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>