freebsd-ports/sysutils/isomd5sum/Makefile
Raphael Kubo da Costa 04076d8e18 Switch to USE_GITHUB.
fedorahosted.org is gone, and the project is now hosted on GitHub. I've
compared the new GitHub tarball with the old copy from distcache.FreeBSD.org
and the contents are identical.

PR:		218091
2017-05-25 10:12:10 +00:00

23 lines
502 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
USE_GITHUB= yes
GH_ACCOUNT= rhinstaller
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>