aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/prodosemu/Makefile
blob: 177c81d0b1e747e046d635f6b9a5a0daebb2470a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    prodosemu
# Version required: 0.1
# Date created:     18th February 1997
# Whom:         Joel Sutton <sutton@aardvark.apana.org.au>
#
# $FreeBSD$
#

DISTNAME=   prodosemu.v0.1
PKGNAME=    prodosemu-0.1
CATEGORIES= emulators
MASTER_SITES=   ftp://ftp.apple.asimov.net/pub/apple_II/emulators/prodosemu/ \
        ftp://apple2.caltech.edu/pub/apple2/emulators/

MAINTAINER= ports@FreeBSD.org

NO_PACKAGE= yes
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
WRKSRC=     ${WRKDIR}/prodosemu-v0.1

post-patch:
    @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/prodosemu
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/prodosemu
.endif

.include <bsd.port.mk>