1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

OpenCBM plugin for parallel-port cables

The OpenCBM package contains user space support programs and development
libraries to control and use CBM serial IEC/IEEE-488 bus devices as used by
most Commodore (CBM) 8-bit machines.

This port contains the xa1541 plugin for parallel-port cables.

WWW: http://opencbm.sourceforge.net/
PR:		246784
Submitted by:	Felix Palmen
This commit is contained in:
Dirk Meyer 2020-06-06 14:24:22 +00:00
parent 1e9d5b5864
commit 1fa64dfd1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538095
4 changed files with 51 additions and 0 deletions

View File

@ -109,6 +109,7 @@
SUBDIR += obexapp
SUBDIR += opencbm
SUBDIR += opencbm-kmod
SUBDIR += opencbm-plugin-xa1541
SUBDIR += openobex
SUBDIR += openzwave
SUBDIR += openzwave-devel

View File

@ -0,0 +1,36 @@
# Created by: Felix Palmen <felix@palmen-it.de>
# $FreeBSD$
PORTNAME= opencbm-plugin-xa1541
PORTVERSION= ${OCBM_VERSION}
CATEGORIES= comms archivers
PATCHFILES= 12ef17d4cf78903c9c52d7a348a816424d549b89.diff \
ca4c06e7430caf3b2296d4e1e00051fff015fc53.diff
MAINTAINER= felix@palmen-it.de
COMMENT= OpenCBM plugin for parallel-port cables
LICENSE= GPLv2
BUILD_DEPENDS= cc65:devel/cc65
RUN_DEPENDS= opencbm=${PORTVERSION}:comms/opencbm \
opencbm-kmod=${PORTVERSION}:comms/opencbm-kmod
USES= gmake
USE_LDCONFIG= yes
MAKE_ARGS= CC=cc SUBDIRS_PLUGIN_XA1541=opencbm/lib/plugin/xa1541
MAKEFILE= LINUX/Makefile
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= plugin-xa1541
INSTALL_TARGET= install-plugin-xa1541
post-install:
${STRIP_CMD} ${STAGEDIR}${PLUGINBASENAME}xa1541.so.${OCBM_LIBVERSION}
@${RM} ${STAGEDIR}${PREFIX}/etc/opencbm.conf.d/00opencbm.conf
@${RM} ${STAGEDIR}${PREFIX}/etc/opencbm.conf
.include "../opencbm/Makefile.inc"
.include <bsd.port.mk>

View File

@ -0,0 +1,9 @@
OpenCBM plugin for parallel-port cables
The OpenCBM package contains user space support programs and development
libraries to control and use CBM serial IEC/IEEE-488 bus devices as used by
most Commodore (CBM) 8-bit machines.
This port contains the xa1541 plugin for parallel-port cables.
WWW: http://opencbm.sourceforge.net/

View File

@ -0,0 +1,5 @@
etc/opencbm.conf.d/10xa1541.conf
lib/opencbm/plugin/libopencbm-xa1541.a
lib/opencbm/plugin/libopencbm-xa1541.so
lib/opencbm/plugin/libopencbm-xa1541.so.0
lib/opencbm/plugin/libopencbm-xa1541.so.0.4.99.99