20 lines
436 B
Makefile
20 lines
436 B
Makefile
# New ports collection makefile for: mtx
|
|
# Date created: 26. November 2001
|
|
# Whom: Martin Blapp <mb@imp.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mtx
|
|
PORTVERSION= 1.3.11
|
|
CATEGORIES= misc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
|
|
|
|
MAINTAINER= mbr@FreeBSD.org
|
|
COMMENT= Control SCSI media changer devices
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1 scsieject.1
|
|
|
|
.include <bsd.port.mk>
|