mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e1cd88fa27
PR: ports/51734 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: samy@kerneled.com (maintainer)
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# New ports collection makefile for: elf
|
|
# Date created: December 31 2002 (HAPPY NEW YEAR!)
|
|
# Whom: Samy
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= elf
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.kerneled.com/projects/elf/
|
|
|
|
MAINTAINER= samy@kerneled.com
|
|
COMMENT= A commandline based ELF header analyzer
|
|
|
|
MAN1= elf.1
|
|
MANCOMPRESSED= no
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|