freebsd-ports/devel/elf/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

29 lines
611 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.org>
# $FreeBSD$
PORTNAME= elf
PORTVERSION= 0.5.4p1
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= PACKETSTORM/linux/reverse-engineering
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Commandline based ELF header analyzer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libedit 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
do-build:
${DO_MAKE_BUILD} -C ${WRKSRC}/src
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>