aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elf/Makefile
blob: 715b7ab69bd640356d813584e37bdc744e417973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Samy Al Bahra <samy@kerneled.org>
# $FreeBSD$

PORTNAME=   elf
PORTVERSION=    0.5.4p1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= linux/reverse-engineering

MAINTAINER= ports@FreeBSD.org
COMMENT=    Commandline based ELF header analyzer

USES=       gmake
GNU_CONFIGURE=  yes
PLIST_FILES=    bin/elf man/man1/elf.1.gz

post-patch:
    @${REINPLACE_CMD} -e 's/gcc/${CC}/g' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>