1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/elf/Makefile
Ion-Mihai Tetcu 021241c429 Fix MASTER_SITES
PR:		ports/111833
Submitted by:	Eric P. Scott
Approved by:	maintainer
2007-04-18 23:07:33 +00:00

24 lines
479 B
Makefile

# New ports collection makefile for: elf
# Date created: December 31 2002 (HAPPY NEW YEAR!)
# Whom: Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#
PORTNAME= elf
PORTVERSION= 0.5.4p1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://samy.kerneled.org/projects/
MAINTAINER= sbahra@gwu.edu
COMMENT= A commandline based ELF header analyzer
MAN1= elf.1
MANCOMPRESSED= no
PLIST_FILES= bin/elf
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>