freebsd-ports/sysutils/diskimage-tools/Makefile
Adam Weinberger 037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00

27 lines
701 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= diskimage-tools
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Convenience tools for manipulating disk images
LICENSE= BSD
NO_BUILD= yes
USES= tar:xz
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/mount_cd9660_image \
${WRKSRC}/umount_cd9660_image ${WRKSRC}/img2dev \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/mount_cd9660_image.1 \
${WRKSRC}/umount_cd9660_image.1 ${WRKSRC}/img2dev.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>