freebsd-ports/sysutils/isomd5sum/Makefile
Antoine Brodin a8cc35a10e - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 12:40:15 +00:00

23 lines
506 B
Makefile

# Created by: Mykola Marzhan <delgod@portaone.com>
# $FreeBSD$
PORTNAME= isomd5sum
PORTVERSION= 1.0.11
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= delgod@portaone.com
COMMENT= Implanting and checking checksums within an ISO9660 image
LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt
USES= gmake python:2.7
USE_GITHUB= yes
GH_ACCOUNT= rhinstaller
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>