aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mtx/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-12-18 23:16:16 +0800
committerdemon <demon@FreeBSD.org>2001-12-18 23:16:16 +0800
commit877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4 (patch)
tree53f7f8d6ccd7e88368fbaf9c4cacbc340e27ebeb /misc/mtx/Makefile
parent4796389604c580cc3b4154d12c680de4bb8911c8 (diff)
downloadfreebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.tar.gz
freebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.tar.zst
freebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.zip
New port: mtx
Mtx(1) is a set of low level driver programs to control features of SCSI backup related devices such as autoloaders, tape changers, mediajukeboxes, and tape drives. It can also report much data, including serial numbers, maximum block sizes, and TapeAlert(tm) messages that most modern tape drives implement, as well as do raw SCSI READ and WRITE commands to tape drives. PR: 32302 Submitted by: Martin Blapp <mb@imp.ch>
Diffstat (limited to 'misc/mtx/Makefile')
-rw-r--r--misc/mtx/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile
new file mode 100644
index 000000000000..bbe9817d79c8
--- /dev/null
+++ b/misc/mtx/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mtx
+# Date created: 26. November 2001
+# Whom: Martin Blapp <mb@imp.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mtx
+PORTVERSION= 1.2.14
+PORTREVISION= 1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mtx
+
+MAINTAINER= mb@imp.ch
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+MAN1= mtx.1 tapeinfo.1 scsitape.1
+
+.include <bsd.port.mk>