mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
29 lines
728 B
Makefile
29 lines
728 B
Makefile
PORTNAME= clonehdd
|
|
PORTVERSION= 2.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Tool for clone HDD on FreeBSD
|
|
WWW= https://sourceforge.net/projects/clonehdd/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
PLIST_FILES= sbin/clonehdd share/man/man8/${PORTNAME}.8.gz
|
|
NO_BUILD= yes
|
|
PORTDOCS= CHANGES README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|