mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c774e181e3
A text based Apple IIe ProDOS emulator. PR: 2817 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
21 lines
515 B
Makefile
21 lines
515 B
Makefile
# New ports collection makefile for: prodosemu
|
|
# Version required: 0.1
|
|
# Date created: 18th February 1997
|
|
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= prodosemu.v0.1
|
|
PKGNAME= prodosemu-0.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/
|
|
|
|
MAINTAINER= sutton@aardvark.apana.org.au
|
|
|
|
NO_PACKAGE= yes
|
|
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
|
|
WRKSRC= ${WRKDIR}/prodosemu-v0.1
|
|
|
|
.include <bsd.port.mk>
|