# New ports collection makefile for: libdwarf # Date created: 11 Feb 2005 # Whom: joerg@FreeBSD.org # # $FreeBSD$ # PORTNAME= libdwarf PORTVERSION= 20100204 CATEGORIES= devel MASTER_SITES= http://reality.sgiweb.org/davea/ MAINTAINER= joerg@FreeBSD.org COMMENT= A library to analyze DWARF debugging information in ELF files .include .if ${OSVERSION} < 700000 BUILD_DEPENDS+= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf .endif WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/libdwarf GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I. -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_DOS2UNIX= *.h PS_FILES= dwarf.v2.pdf index.v2.pdf libdwarf2.1.pdf libdwarf2p.1.pdf mips_extensions.pdf do-install: ${INSTALL_DATA} ${WRKSRC}/libdwarf.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/dwarf.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libdwarf.h ${PREFIX}/include ${MKDIR} ${PREFIX}/share/doc/libdwarf for f in ${PS_FILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/libdwarf ; \ done .include cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1
* - Add SHA256pav2005-11-261-0/+1
* Drop maintainership.trevor2004-04-072-3/+1
* Remove old master site (see revision 1.6).trevor2004-04-071-2/+1
* Add size data.trevor2004-01-281-0/+1
* Remove my e-mail address from DESCR files of portstrevor2003-11-131-1/+0
* Use Tk 8.4 rather than 8.3 (requested by kris). Avoid using Perl.trevor2003-10-191-3/+5
* Update home site.trevor2003-04-012-2/+3
* Retire comment file.trevor2003-03-01