summaryrefslogtreecommitdiff
path: root/sysutils/clonehdd/Makefile
blob: 39d829f1dfbf8bd701d53dce796ed649b33b94b4 (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
# Created by: Anton Lysenok <bart@tapolsky.net.ua>
# $FreeBSD$

PORTNAME=	clonehdd
PORTVERSION=	2.0.3
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for clone HDD on FreeBSD

USES=		perl5
USE_PERL5=	run
PLIST_FILES=	sbin/clonehdd
NO_BUILD=	YES
MAN8=		clonehdd.8
SUB_FILES=	pkg-message

NO_STAGE=	yes
do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${MAN8PREFIX}/man/man8
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>