1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/elfsh/Makefile
Joe Marcus Clarke 53fe5bc45c Update to 0.51b3.
PR:		57115
Submitted by:	Simon Barner <barner@in.tum.de> (based on)
Approved by:	maintainer
2003-09-24 21:43:04 +00:00

23 lines
493 B
Makefile

# New ports collection makefile for: elfsh
# Date created: May 02 2003
# Whom: Samy Al Bahra <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= elfsh
PORTVERSION= 0.51b3
CATEGORIES= devel
MASTER_SITES= http://elfsh.segfault.net/files/
DISTNAME= elfsh-0.51b3-portable
EXTRACT_SUFX= .tgz
MAINTAINER= samy@kerneled.com
COMMENT= An attractive toolkit for the analyzation of ELF object files
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>