1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add elfio

ELF (Executable and Linkable Format) reader and producer
This commit is contained in:
Ying-Chieh Liao 2001-07-26 11:59:37 +00:00
parent 66d7c998f9
commit de22d21a59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45504
6 changed files with 32 additions and 0 deletions

View File

@ -105,6 +105,7 @@
SUBDIR += doxygen
SUBDIR += ebnf2yacc
SUBDIR += ecgi
SUBDIR += elfio
SUBDIR += elftoaout
SUBDIR += elib-emacs
SUBDIR += elib-emacs20

27
devel/elfio/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# New ports collection makefile for: elfio
# Date created: Jul 26, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= elfio
PORTVERSION= 0.2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/ELFIO/ELFIO
MAKEFILE= makefile
ALL_TARGET= # empty
post-patch:
@${PERL} -pi -e "s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libELFIO.a ${PREFIX}/lib
.include <bsd.port.mk>

1
devel/elfio/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (elfio-0.2.7.tar.gz) = 1ea90e74ef2d54cb83fa9fe9fbaf7455

1
devel/elfio/pkg-comment Normal file
View File

@ -0,0 +1 @@
ELF (Executable and Linkable Format) reader and producer

1
devel/elfio/pkg-descr Normal file
View File

@ -0,0 +1 @@
ELFIO - ELF (Executable and Linkable Format) reader and producer

1
devel/elfio/pkg-plist Normal file
View File

@ -0,0 +1 @@
lib/libELFIO.a