fae188751b
Approved by: portmgr (implicit)
22 lines
555 B
Makefile
22 lines
555 B
Makefile
# Created by: Mykola Marzhan <delgod@portaone.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isomd5sum
|
|
PORTVERSION= 1.0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://git.fedorahosted.org/cgit/isomd5sum.git/snapshot/
|
|
|
|
MAINTAINER= delgod@portaone.com
|
|
COMMENT= Implanting and checking checksums within an ISO9660 image
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
|
|
|
|
USES= gmake python tar:bzip2
|
|
|
|
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|