freebsd-ports/devel/elfsh/Makefile
Cheng-Lung Sung cb4f4d8275 - make fetchable, project has new home
- update MASTER_SITE and WWW

PR:		ports/111153
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Samy Bahra)
2007-04-07 10:40:37 +00:00

23 lines
506 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.asgardlabs.org/files/
DISTNAME= elfsh-0.51b3-portable
EXTRACT_SUFX= .tgz
MAINTAINER= sbahra@gwu.edu
COMMENT= An attractive toolkit for the analyzation of ELF object files
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>