1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/zidrav/Makefile

26 lines
537 B
Makefile

# Created by: Cosmin Stroe <cstroe1@uic.edu>
# $FreeBSD$
PORTNAME= zidrav
PORTVERSION= 1.2.0
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4unix/${PORTVERSION}
DISTNAME= zidrav4unix-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A file corruption detection and repair program
LICENSE= GPLv2
NO_STAGE= yes
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>