mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
531eec7f30
PR: ports/83855 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
35 lines
866 B
Makefile
35 lines
866 B
Makefile
# New ports collection makefile for: prodosemu
|
|
# Date created: 18th February 1997
|
|
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prodosemu
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://downloads.planetmirror.com/pub/apple2/emulators/prodosemu/ \
|
|
http://www.apple2.org.za/mirrors/apple2.caltech.edu/emulators/
|
|
DISTNAME= ${PORTNAME}.v${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A text based Apple IIe ProDOS emulator
|
|
|
|
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
|
|
|
|
PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom
|
|
PLIST_DIRS= share/apple2
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= README
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|