aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mtx/Makefile
blob: c2dd003db1ba6c5db981d113a26fa9880a9a2d97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    mtx
# Date created:         26. November 2001
# Whom:             Martin Blapp <mb@imp.ch>
#
# $FreeBSD$
#

PORTNAME=   mtx
PORTVERSION=    1.2.17rel
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mtx

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

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN=     "Does not compile on ia64 or sparc64"
.endif

.include <bsd.port.post.mk>