mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a5f8177e8a
Hat: portmgr
28 lines
630 B
Makefile
28 lines
630 B
Makefile
# New ports collection makefile for: clonehdd
|
|
# Date created: 21 August 2007
|
|
# Whom: 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
|
|
|
|
USE_PERL5_RUN= YES
|
|
PLIST_FILES= sbin/clonehdd
|
|
NO_BUILD= YES
|
|
MAN8= clonehdd.8
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${MAN8PREFIX}/man/man8
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|