mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19 lines
456 B
Makefile
19 lines
456 B
Makefile
# 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
|
|
|
|
USE_GMAKE= yes
|
|
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>
|