diff options
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r-- | emulators/simh/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 3c43f5c6a6d6..5a277fcfbf53 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -6,13 +6,10 @@ # PORTNAME= sim -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= emulators -MASTER_SITES= http://simh.trailing-edge.com/sources/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=jedgar -DISTNAME= ${PORTNAME}hv30-2 +MASTER_SITES= http://simh.trailing-edge.com/sources/ +DISTNAME= ${PORTNAME}hv32-0 MAINTAINER= jedgar@FreeBSD.org COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators @@ -29,11 +26,14 @@ BIN_FILES= pdp1 pdp4 pdp7 pdp8 pdp9 \ pdp15 pdp11 pdp10 vax nova \ eclipse h316 hp2100 i1401 \ i1620 s3 altair altairz80 \ - gri ibm1130 id16 id32 sds + gri ibm1130 id16 id32 sds lgp -PORTDOCS= 0readme_30.txt simh_doc.txt simh_swre.txt \ +PORTDOCS= 0readme_32.txt simh_doc.txt simh_swre.txt \ 0readme_ethernet.txt simh_faq.txt +PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin +PLIST_DIRS= share/sim + pre-patch: @${MKDIR} ${WRKSRC}/BIN @for i in ${WRKSRC}/makefile `${FIND} ${WRKSRC} -name "*.[hc]"`; do \ @@ -47,12 +47,12 @@ do-install: .endfor @${MKDIR} ${PREFIX}/share/sim - ${INSTALL_DATA} ${WRKDIR}/VAX/ka655.bin ${PREFIX}/share/sim + ${INSTALL_DATA} ${WRKDIR}/VAX/ka655*.bin ${PREFIX}/share/sim .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/sim + @${MKDIR} ${DOCSDIR} @for i in ${PORTDOCS}; do\ - ${INSTALL_DATA} ${WRKDIR}/$$i ${PREFIX}/share/doc/sim; \ + ${INSTALL_DATA} ${WRKDIR}/$$i ${DOCSDIR}; \ done .endif |