aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elfsh/Makefile
blob: f59f2ff3f5d8df7de867d0952d816e6d4ae8779b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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= ports@FreeBSD.org
COMMENT=    Attractive toolkit for the analysis of ELF object files

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE=  yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>