freebsd-ports/sysutils/isomd5sum/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
543 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: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>