mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ee8b9d9d03
Submitted by: maintainer
23 lines
499 B
Makefile
23 lines
499 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.51b2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.kerneled.com/freebsd/ports/
|
|
DISTNAME= elfsh-0.51b2-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>
|