summaryrefslogtreecommitdiff
path: root/devel/elf/Makefile
blob: fcfa241e78ce1c5818be3631d31b0bec1d3d6745 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: elf
# Date created:        December 31 2002 (HAPPY NEW YEAR!)
# Whom:                Samy
#
# $FreeBSD$
#

PORTNAME=	elf
PORTVERSION=	0.5.4p1
PORTREVISION=	1
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>