2003-08-16 08:06:14 +02:00
|
|
|
# New ports collection makefile for: elfsh
|
|
|
|
# Date created: May 02 2003
|
|
|
|
# Whom: Samy Al Bahra <samy@kerneled.com>
|
2003-06-03 06:34:05 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= elfsh
|
2003-09-24 23:43:04 +02:00
|
|
|
PORTVERSION= 0.51b3
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2003-06-03 06:34:05 +02:00
|
|
|
CATEGORIES= devel
|
2003-09-24 23:43:04 +02:00
|
|
|
MASTER_SITES= http://elfsh.segfault.net/files/
|
|
|
|
DISTNAME= elfsh-0.51b3-portable
|
2003-06-03 06:34:05 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= samy@kerneled.com
|
|
|
|
COMMENT= An attractive toolkit for the analyzation of ELF object files
|
|
|
|
|
2003-08-16 08:06:14 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2003-06-03 06:34:05 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|