diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-18 15:16:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-18 15:16:16 +0000 |
commit | e356f3ecd9339289002a629df2a5de8e9fd09538 (patch) | |
tree | 6e60dc10c202c2185dd27da8b0975862290e7b8c /misc/mtx/Makefile | |
parent | 5e05a16b9c50a7f002fa89546b9a5ddd21d63f7f (diff) | |
download | ports-e356f3ecd9339289002a629df2a5de8e9fd09538.tar.gz ports-e356f3ecd9339289002a629df2a5de8e9fd09538.zip |
Notes
Diffstat (limited to 'misc/mtx/Makefile')
-rw-r--r-- | misc/mtx/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile new file mode 100644 index 000000000000..bbe9817d79c8 --- /dev/null +++ b/misc/mtx/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: mtx +# Date created: 26. November 2001 +# Whom: Martin Blapp <mb@imp.ch> +# +# $FreeBSD$ +# + +PORTNAME= mtx +PORTVERSION= 1.2.14 +PORTREVISION= 1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mtx + +MAINTAINER= mb@imp.ch + +USE_GMAKE= yes +GNU_CONFIGURE= yes +MAN1= mtx.1 tapeinfo.1 scsitape.1 + +.include <bsd.port.mk> |