mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
810792601f
PR: 7724
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# New ports collection makefile for: aftp
|
|
# Version required: 1.0
|
|
# Date created: 18th Febuary 1997
|
|
# Last updated: 2nd August, 1998
|
|
# Whom: Joel Sutton <jsutton@webnet.com.au>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/06/30 11:01:08 max Exp $
|
|
#
|
|
|
|
DISTNAME= aftp
|
|
PKGNAME= aftp-1.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/incoming/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jsutton@webnet.com.au
|
|
|
|
MAN1= aftp.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|