1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/devel/elftoaout/Makefile

20 lines
421 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
#
# $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>