freebsd-ports/emulators/prodosemu/Makefile
Marcelo Araujo 614af9a7a2 - Fix build using CLANG.
- Add MAKE_JOBS_SAFE.

PR:		ports/175012
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:50:18 +00:00

31 lines
729 B
Makefile

# Created by: Joel Sutton <sutton@aardvark.apana.org.au>
# $FreeBSD$
PORTNAME= prodosemu
PORTVERSION= 0.1
CATEGORIES= emulators
MASTER_SITES= http://mirrors.apple2.org.za/apple2.caltech.edu/emulators/
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text based Apple IIe ProDOS emulator
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
MAKE_JOBS_SAFE= yes
PORTDOCS= README
PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom
PLIST_DIRS= share/apple2
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>