2003-01-24 22:18:30 +01:00
|
|
|
# New ports collection makefile for: elf
|
|
|
|
# Date created: December 31 2002 (HAPPY NEW YEAR!)
|
2004-05-21 15:07:20 +02:00
|
|
|
# Whom: Samy Al Bahra <samy@kerneled.org>
|
2003-01-24 22:18:30 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-06-05 22:49:59 +02:00
|
|
|
PORTNAME= elf
|
2003-09-28 06:24:16 +02:00
|
|
|
PORTVERSION= 0.5.4p1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2003-06-05 22:49:59 +02:00
|
|
|
CATEGORIES= devel
|
2009-01-31 23:39:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
|
|
|
|
MASTER_SITE_SUBDIR= linux/reverse-engineering
|
2003-01-24 22:18:30 +01:00
|
|
|
|
2009-08-19 21:50:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A commandline based ELF header analyzer
|
2003-01-24 22:18:30 +01:00
|
|
|
|
2003-06-05 22:49:59 +02:00
|
|
|
MAN1= elf.1
|
|
|
|
MANCOMPRESSED= no
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/elf
|
2003-06-05 22:49:59 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-01-24 22:18:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|