freebsd-ports/security/binwalk/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

24 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= binwalk
PORTVERSION= 2.0.1
DISTVERSIONPREFIX= v
CATEGORIES= security python
MAINTAINER= pi@FreeBSD.org
COMMENT= Search binary images for embedded files and executable code
LICENSE= MIT
USES= python
USE_GITHUB= yes
GH_ACCOUNT= devttys0
USE_PYTHON= autoplist distutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \
cabextract:${PORTSDIR}/archivers/cabextract
.include <bsd.port.mk>