aboutsummaryrefslogtreecommitdiff
path: root/devel/elftoaout/Makefile
blob: 4159d22860f832285a238c7b1d9233eaca20014a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for: elftoaout
# Version required:	2.0
# Date created:         3 Jul 1998
# Whom:                 kchowksey@hss.hns.com
#
# $Id$
#

DISTNAME=	elftoaout-2.0
CATEGORIES=	devel
MASTER_SITES=   ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/ultra/
EXTRACT_SUFX=	.tgz

MAINTAINER=	kchowksey@hss.hns.com

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin

.include <bsd.port.mk>