1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/zidrav/Makefile
Pav Lucistnik ced2956c08 - Update to 1.2.0
Approved by:	maintainer timeout (17 days)
2005-08-29 23:15:08 +00:00

27 lines
610 B
Makefile

# New ports collection makefile for: zidrav
# Date created: 14 July 2003
# Whom: Cosmin Stroe <cstroe1@uic.edu>
#
# $FreeBSD$
#
PORTNAME= zidrav
PORTVERSION= 1.2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= zidrav4unix-${PORTVERSION}
MAINTAINER= cstroe1@uic.edu
COMMENT= A file corruption detection and repair program
ALL_TARGET= zidrav
MAN1= zidrav.1
PLIST_FILES= bin/zidrav
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/zidrav.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>