opnsense-ports/sysutils/isomd5sum/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04: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>