1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/elfsh/Makefile
Colin Percival 6ec691dfa9 Change maintainer email address.
Submitted by:	maintainer
2006-04-15 22:21:14 +00:00

24 lines
511 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
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://elfsh.segfault.net/files/
DISTNAME= elfsh-0.51b3-portable
EXTRACT_SUFX= .tgz
MAINTAINER= sbahra@kerneled.org
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>