mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8fe0e8d936
your efforts on these ports, and thank you for also taking the responsibility to let us know your time now has other priorities. PR: ports/22384 Submitted by: Joel Sutton, jsutton@bbcon.com.au
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# New ports collection makefile for: aftp
|
|
# Date created: 18th Febuary 1997
|
|
# Last updated: 2nd August, 1998
|
|
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aftp
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
MAN1= aftp.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|