mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
ee3a2d65c6
4 out of 4 attempts over 3 months.
22 lines
656 B
Makefile
22 lines
656 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= prodosemu.v0.1
|
|
PKGNAME= prodosemu-0.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ \
|
|
ftp://apple2.caltech.edu/pub/apple2/emulators/ \
|
|
ftp://apple.cabi.net/pub/apple_II/emulators/prodosemu/ \
|
|
ftp://ftp.aarnet.edu.au/pub/apple/apple_II/emulators/prodosemu/
|
|
|
|
NO_PACKAGE= yes
|
|
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
|
|
WRKSRC= ${WRKDIR}/prodosemu-v0.1
|
|
|
|
.include <bsd.port.mk>
|