Ticket #63655: Portfile

File Portfile, 1.3 KB (added by rccraigb, 3 years ago)

Portfile

Line 
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
3PortSystem          1.0
4
5name                opencbm
6version             0.4.99
7revision            20111231 
8categories          emulators
9license             GPL mBSD
10maintainers         vogelgsang.org:chris
11
12description         opencbm IEC serial host
13long_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
19platforms           darwin
20homepage            https://sourceforge.net/projects/opencbm/
21
22depends_build       port:cc65
23depends_lib         port:libusb-legacy
24
25fetch.type          git
26git.url             git://git.code.sf.net/p/opencbm/code
27git.branch          173419a9ee5dabd2089b9d07cc65dbcea6d917c0
28
29checksum {}
30
31use_configure       no
32
33worksrcdir          code
34
35build.cmd           cd opencbm && make -f LINUX/Makefile PREFIX=${prefix} MANDIR=${prefix}/share/man/man1
36
37destroot.target     install-all
38
39livecheck.type      none