blob: fdc7eb2cc59563a969ab808c52b1da89ff76597d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Martin Blapp <mb@imp.ch>
# $FreeBSD$
PORTNAME= mtx
PORTVERSION= 1.3.12
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
MAINTAINER= 5u623l20@gmail.com
COMMENT= Control SCSI media changer devices
USES= gmake
GNU_CONFIGURE= yes
MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1 scsieject.1
PLIST_FILES= sbin/mtx sbin/tapeinfo sbin/loaderinfo sbin/scsitape sbin/scsieject
NO_STAGE= yes
.include <bsd.port.mk>
|