2001-07-26 13:59:37 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: elfio
|
|
|
|
# Date created: Jul 26, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-01 23:09:42 +01:00
|
|
|
PORTNAME= ELFIO
|
2005-11-18 16:37:49 +01:00
|
|
|
PORTVERSION= 1.0.3
|
2001-07-26 13:59:37 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-01-01 23:09:42 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
2001-07-26 13:59:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= C++ library for reading and generating files in the ELF binary format
|
2001-07-26 13:59:37 +02:00
|
|
|
|
2003-01-01 23:09:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-18 16:37:49 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-07-26 13:59:37 +02:00
|
|
|
|
2003-01-01 23:09:42 +01:00
|
|
|
post-install:
|
2005-06-04 01:08:23 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-01-01 23:09:42 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-06-04 01:08:23 +02:00
|
|
|
.for file in AUTHORS ChangeLog README
|
2003-01-01 23:09:42 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2005-11-18 16:37:49 +01:00
|
|
|
.for f in elf11g.zip tutorial.docbook tutorial.pdf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
|
2003-01-01 23:09:42 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
2001-07-26 13:59:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|