aboutsummaryrefslogtreecommitdiff
path: root/security/pev/Makefile
blob: 3125dd87d9fb9ccdb1dea0a87013fe49fc36e546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	pev
PORTVERSION=	0.60
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/

MAINTAINER=	danilogondolfo@gmail.com
COMMENT=	The PE analysis toolkit

LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre

USE_GMAKE=	yes
USE_LDCONFIG=	yes

PATCH_STRIP=	-p1

MAN1=	readpe.1 pedis.1 pepack.1 pescan.1 \
	rva2ofs.1 pesec.1 ofs2rva.1 pestr.1 pehash.1

MANCOMPRESSED=	yes

.include <bsd.port.mk>