diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-12 00:03:00 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-12 00:03:00 +0000 |
commit | 563ff0bda22b6022a55fb0a959b08676e57d2d71 (patch) | |
tree | 417b05707810613dac39098cc65249467cee0557 /devel/elftoaout/Makefile | |
parent | d6fb7b96d4b8323565ad2c7365f70e177db22d52 (diff) | |
download | ports-563ff0bda22b6022a55fb0a959b08676e57d2d71.tar.gz ports-563ff0bda22b6022a55fb0a959b08676e57d2d71.zip |
Notes
Diffstat (limited to 'devel/elftoaout/Makefile')
-rw-r--r-- | devel/elftoaout/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile new file mode 100644 index 000000000000..4159d22860f8 --- /dev/null +++ b/devel/elftoaout/Makefile @@ -0,0 +1,19 @@ +# 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> |