2000-01-22 14:15:51 +01:00
|
|
|
# New ports collection makefile for: prodosemu
|
1997-07-07 13:22:08 +02:00
|
|
|
# Date created: 18th February 1997
|
|
|
|
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-07-07 13:22:08 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= prodosemu
|
|
|
|
PORTVERSION= 0.1
|
1997-07-07 13:22:08 +02:00
|
|
|
CATEGORIES= emulators
|
2005-07-21 15:18:22 +02:00
|
|
|
MASTER_SITES= http://downloads.planetmirror.com/pub/apple2/emulators/prodosemu/ \
|
|
|
|
http://www.apple2.org.za/mirrors/apple2.caltech.edu/emulators/
|
2000-04-12 06:56:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}.v${PORTVERSION}
|
2000-01-22 14:15:51 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= A text based Apple IIe ProDOS emulator
|
1997-07-07 13:22:08 +02:00
|
|
|
|
|
|
|
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
|
2000-08-23 10:43:39 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
|
2000-01-22 14:15:51 +01:00
|
|
|
|
2005-07-21 17:32:37 +02:00
|
|
|
PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom
|
|
|
|
PLIST_DIRS= share/apple2
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= README
|
|
|
|
.endif
|
|
|
|
|
2000-01-22 14:15:51 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-07-21 17:32:37 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2000-01-22 14:15:51 +01:00
|
|
|
.endif
|
|
|
|
|
1997-07-07 13:22:08 +02:00
|
|
|
.include <bsd.port.mk>
|