freebsd-ports/misc/mtx/Makefile

19 lines
456 B
Makefile
Raw Normal View History

# 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
2008-03-28 15:30:14 +01:00
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>