1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/elftoaout/Makefile
Pav Lucistnik 7aaa6c5bcd - Make fetchable: use debian's sparc-utils tarball
PR:		ports/77769
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-02-20 16:38:04 +00:00

28 lines
682 B
Makefile

# New ports collection makefile for: elftoaout
# Date created: 3 Jul 1998
# Whom: kchowksey@hss.hns.com
#
# $FreeBSD$
#
PORTNAME= elftoaout
PORTVERSION= 2.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=pool/main/s/sparc-utils
DISTNAME= sparc-utils_1.9.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev
WRKSRC= ${WRKDIR}/sparc-utils-1.9.orig/elftoaout-2.3
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= elftoaout.1
PLIST_FILES= bin/elftoaout
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/elftoaout.1 ${PREFIX}/man/man1
.include <bsd.port.mk>