1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/elfsh/Makefile
Joe Marcus Clarke ee8b9d9d03 Fix fetch.
Submitted by:	maintainer
2003-08-28 21:04:48 +00:00

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>