pkgsrc/cross/bfd-crunchide/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

33 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:17 agc Exp $
DISTNAME= bfd-crunchide-1.1
CATEGORIES= cross
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sakamoto@netbsd.org
COMMENT= crunchide using libbfd. Used for cross-building distributions
DEPENDS= cross-binutils>=2.9.1.1:../binutils
EXTRACT_ONLY= # empty
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
USE_CROSSBASE= yes
BFD_VERSION= 2.9.1
CPPFLAGS+= -I${PREFIX}/include
MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lbfd-${BFD_VERSION} -liberty"
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${FILESDIR}/Makefile ${FILESDIR}/crunchide.1 ${FILESDIR}/crunchide.c \
${WRKSRC}
pre-install:
@if [ ! -d ${PREFIX}/bin ]; then ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin; fi
.include "../../mk/bsd.pkg.mk"