1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/elftoaout/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
510 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= ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= elftoaout.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/elftoaout.1 ${PREFIX}/man/man1
.include <bsd.port.mk>