freebsd-ports/sysutils/clonehdd/Makefile
Jason Helfman ea66f9e4fa - attach license
- install port documentation
- add perl5 to category
- update pkg-descr
2014-01-18 07:46:27 +00:00

29 lines
713 B
Makefile

# Created by: Anton Lysenok <bart@tapolsky.net.ua>
# $FreeBSD$
PORTNAME= clonehdd
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Tool for clone HDD on FreeBSD
LICENSE= GPLv2
USES= perl5
USE_PERL5= run
PLIST_FILES= sbin/clonehdd man/man8/${PORTNAME}.8.gz
NO_BUILD= yes
PORTDOCS= CHANGES README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>