1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/elftoaout/Makefile
Justin M. Seger 563ff0bda2 Import of devel/elftoaout 2.0
A program that is used to convert static elf images to a.out format.
The SUN OpenBoot PROM can only boot a.out images.

PR:		ports/7150
Submitted by:	Kapil Chowksey <kchowksey@hss.hns.com>
1999-04-12 00:03:00 +00:00

20 lines
421 B
Makefile

# 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>