Commits
Ken Cunningham authored a5285a5c1bb
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup cebix macemu 1669960afdcb9b78aa21065c0c20e2ae8df23e33 |
7 - | version 20171212 |
8 - | checksums rmd160 2b95740ccf5b2e98bb0cb073ee8eae8a0dcf06c2 \ |
9 - | sha256 93a4e01b54c32ed00a723302bf86944f54eb009e61651de22da7064501233797 |
6 + | github.setup cebix macemu 1c9b21f580501c5d5833935375945479c5651964 |
7 + | version 20171215 |
8 + | checksums rmd160 297cd3d06818cec3e567adb0b19b3fc3d7334afb \ |
9 + | sha256 54064cde03e8b5b2d18f2d4bda1dae45502dfb3c94297fd1dc606ff15ef20321 |
10 10 | |
11 11 | # we need a name here as the github-supplied name is not correct for this port |
12 12 | name basiliskii-devel |
13 13 | |
14 14 | # at present basiliskii is best built as 32bit, so we we build the gtk2 gui |
15 15 | # separately as a subport to avoid expensively rebuilding all of |
16 16 | # gtk2 and all the dependencies as +universal |
17 17 | subport basiliskii-gui-devel {} |
18 18 | |
19 19 | categories emulators |
22 22 | maintainers {kencu @kencu} openmaintainer |
23 23 | |
24 24 | homepage http://basilisk.cebix.net/ |
25 25 | |
26 26 | worksrcdir ${distname}/BasiliskII/src/Unix |
27 27 | configure.cmd ./autogen.sh |
28 28 | configure.optflags -O3 |
29 29 | |
30 30 | patchfiles-append patch-001-Basilisk-makefile-in-ditto-patch.diff \ |
31 31 | patch-002-configure-ac-delete-stdlib-addition-darwin.diff \ |
32 - | patch-003-basiliskii-fix-missing-keycodes-macosxgui-selection.diff \ |
33 - | patch-004-src-Unix-config-ac-addressing.diff |
32 + | patch-003-basiliskii-fix-missing-keycodes-macosxgui-selection.diff |
34 33 | |
35 34 | depends_build port:autoconf \ |
36 35 | port:pkgconfig \ |
37 36 | port:automake |
38 37 | |
39 38 | set basiliskii_dir /BasiliskII |
40 39 | universal_variant no |
41 40 | |
42 41 | if {${subport} eq "basiliskii-devel"} { |
43 42 | |