freebsd-ports/emulators/prodosemu/Makefile
Pav Lucistnik 7daa3b2067 - Fix fetch, unbreak
PR:		ports/83848
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2005-07-21 13:18:22 +00:00

27 lines
777 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}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/prodosemu
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/prodosemu
.endif
.include <bsd.port.mk>