freebsd-ports/emulators/vmsbackup/Makefile
Kris Kennaway 2b5073cca4 Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:

  sue reg rv jmb dima reg horikawa msmith jhs ue
2003-11-03 01:30:43 +00:00

25 lines
569 B
Makefile

# New ports collection makefile for: vmsbackup
# Date created: 18 Apr 1994
# Whom: Jonathan M. Bresler (jmb)
#
# $FreeBSD$
#
PORTNAME= vmsbackup
PORTVERSION= 3.0
CATEGORIES= emulators sysutils
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/utils/
# slightly different version
# MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Reads VMS BACKUP tapes
MAN1= vmsbackup.1
MANCOMPRESSED= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 -f
.include <bsd.port.mk>