mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
620bb70d75
New Port for the mtxorbd control daemon. It allows for controlled access to a Matrix Orbital LCD screen connected to the serial port PR: ports/60223 Submitted by: Russell Hay <ports@emorific.com>
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# New ports collection makefile for: mtxorbd
|
|
# Date created: 13 December 2003
|
|
# Whom: rhay
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mtxorbd
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= mtxorb
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@emorific.com
|
|
COMMENT= Control Daemon for Matrix Orbital LCD screens
|
|
|
|
MAN1= mtxorbd.1
|
|
|
|
.include <bsd.port.mk>
|