freebsd-ports/emulators/prodosemu/Makefile

35 lines
866 B
Makefile
Raw Normal View History

# New ports collection makefile for: prodosemu
# Date created: 18th February 1997
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
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/
2000-04-12 06:56:17 +02:00
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:24:13 +01:00
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>