1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/elftoaout/Makefile

20 lines
426 B
Makefile
Raw Normal View History

# New ports collection makefile for: elftoaout
# Version required: 2.0
# Date created: 3 Jul 1998
# Whom: kchowksey@hss.hns.com
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
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>