1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/isomd5sum/Makefile
Edwin Groothuis a105f0e214 [New port] sysutils/isomd5sum: Implanting and checking checksums within an ISO9660 image.
Isomd5sum is a collection of utilities for implanting and
	checking MD5 checksums within an ISO9660 image. A checksum
	is implanted in an image using the implantisomd5 utility,
	and the corresponding checkisomd5 utility can be used to
	verify burned CDs are error-free. Also included is a Python
	extension for performing these tasks.

PR:		ports/125013
Submitted by:	Mykola Marzhan <delgod@portaone.com>
2008-07-05 11:59:08 +00:00

27 lines
623 B
Makefile

# New ports collection makefile for: isomd5sum
# Date created: June 17, 2008
# Whom: Marzhan Mykola <delgod@portaone.com>
#
# $FreeBSD$
#
PORTNAME= isomd5sum
PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/i/s/isomd5sum/
MAINTAINER= delgod@portaone.com
COMMENT= Implanting and checking checksums within an ISO9660 image
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
USE_BZIP2= yes
USE_PYTHON= yes
MAN1= implantisomd5.1 checkisomd5.1
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
.include <bsd.port.mk>