1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/mtx/Makefile
Martin Wilke d1dde3843f - Update to 1.3.12
- Pass maintainership to submitter

PR:		166304
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-10 16:09:39 +00:00

22 lines
520 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.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
.include <bsd.port.mk>