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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name opencbm |
---|
6 | version 0.4.99 |
---|
7 | revision 20111231 |
---|
8 | categories emulators |
---|
9 | license GPL mBSD |
---|
10 | maintainers vogelgsang.org:chris |
---|
11 | |
---|
12 | description opencbm IEC serial host |
---|
13 | long_description The opencbm (cbm4linux) package contains user space \ |
---|
14 | support programs to control and use serial devices as used by most Commodore \ |
---|
15 | (CBM) 8-bit machines, such as disk drives and printers from your trusty C64. A \ |
---|
16 | fast .d64 transfer program is included. The device is connected \ |
---|
17 | via a custom USB adapter (called xu1541 or xum1541). |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | homepage https://sourceforge.net/projects/opencbm/ |
---|
21 | |
---|
22 | depends_build port:cc65 |
---|
23 | depends_lib port:libusb-legacy |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | git.url git://git.code.sf.net/p/opencbm/code |
---|
27 | git.branch 173419a9ee5dabd2089b9d07cc65dbcea6d917c0 |
---|
28 | |
---|
29 | checksum {} |
---|
30 | |
---|
31 | use_configure no |
---|
32 | |
---|
33 | worksrcdir code |
---|
34 | |
---|
35 | build.cmd cd opencbm && make -f LINUX/Makefile PREFIX=${prefix} MANDIR=${prefix}/share/man/man1 |
---|
36 | |
---|
37 | destroot.target install-all |
---|
38 | |
---|
39 | livecheck.type none |
---|