Lines 5-15
Link Here
|
5 |
# $FreeBSD: ports/emulators/sim/Makefile,v 1.43 2007/02/12 08:17:36 miwi Exp $ |
5 |
# $FreeBSD: ports/emulators/sim/Makefile,v 1.43 2007/02/12 08:17:36 miwi Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= sim |
8 |
PORTNAME= simh |
9 |
PORTVERSION= 3.7 |
9 |
PORTVERSION= 3.7 |
10 |
CATEGORIES= emulators |
10 |
CATEGORIES= emulators |
11 |
MASTER_SITES= http://simh.trailing-edge.com/sources/ |
11 |
MASTER_SITES= http://simh.trailing-edge.com/sources/ |
12 |
DISTNAME= ${PORTNAME}hv37-0 |
12 |
DISTNAME= ${PORTNAME}v37-0 |
13 |
|
13 |
|
14 |
MAINTAINER= trasz@pin.if.uz.zgora.pl |
14 |
MAINTAINER= trasz@pin.if.uz.zgora.pl |
15 |
COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others |
15 |
COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others |
Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
PORTDOCS= 0readme_37.txt 0readme_ethernet.txt |
31 |
PORTDOCS= 0readme_37.txt 0readme_ethernet.txt |
32 |
|
32 |
|
33 |
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse |
33 |
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/simh-eclipse |
34 |
PLIST_DIRS= %%DATADIR%% |
34 |
PLIST_DIRS= %%DATADIR%% |
35 |
|
35 |
|
36 |
SUB_FILES+= pkg-message |
36 |
SUB_FILES+= pkg-message |
Lines 51-58
Link Here
|
51 |
.for file in ${BIN_FILES} |
51 |
.for file in ${BIN_FILES} |
52 |
${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin |
52 |
${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin |
53 |
.endfor |
53 |
.endfor |
54 |
# eclipse conflicts with java/eclipse, install it as sim-eclipse |
54 |
# eclipse conflicts with java/eclipse, install it as simh-eclipse |
55 |
${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse |
55 |
${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/simh-eclipse |
56 |
|
56 |
|
57 |
@${MKDIR} ${DATADIR} |
57 |
@${MKDIR} ${DATADIR} |
58 |
${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR} |
58 |
${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR} |