mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# 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 readline
|
|
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>
|