mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
22 lines
443 B
Makefile
22 lines
443 B
Makefile
# Created by: Felix Palmen <felix@palmen-it.de>
|
|
|
|
PORTNAME= opencbm-kmod
|
|
PORTVERSION= ${OCBM_VERSION}
|
|
CATEGORIES= comms archivers
|
|
|
|
MAINTAINER= felix@palmen-it.de
|
|
COMMENT= OpenCBM driver module for parallel-port X[MA]-1541 cables
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= kmod uidfix
|
|
|
|
WRKSRC_SUBDIR= opencbm/sys/freebsd
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/opencbm.4 ${STAGEDIR}${PREFIX}/man/man4
|
|
|
|
.include "../opencbm/Makefile.inc"
|
|
|
|
.include <bsd.port.mk>
|