![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / cross / i386-cygwin32 / Attic / Makefile (download)
Revision 1.15, Sat Mar 4 21:29:07 2006 UTC (17 years, 8 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:07 jlam Exp $ # DISTVERSION= 1.0.0.0 DISTFILES= # none PKGREVISION= 3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Cross-compile environment for Cywin32/i386 WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} USE_CROSS_BINUTILS= yes BINUTILS_GNUTARGET= pe-i386 BINUTILS_LDEMULATION= i386pe USE_CROSS_EGCS= yes EGCS_FAKE_RUNTIME= yes TARGET_ARCH= i386-cygwin32 BINUTILS_EXTRAS= dlltool windres ## XXX ## These headers are required to build libgcc. ## We have to use the Cygwin versions of the headers, but for now ## these are enough. ## Actually we have to install Cygwin headers and libraries with this package; ## the header files from NetBSD should be deleted at that time. post-configure: ${CP} ${FILESDIR}/i386_limits.h ${CROSS_SYS_INCLUDE}/machine/limits.h ${CP} ${FILESDIR}/syslimits.h ${CROSS_SYS_INCLUDE}/sys/ ${CP} ${FILESDIR}/featuretest.h ${CROSS_SYS_INCLUDE}/sys/ ${CP} ${FILESDIR}/limits.h ${CROSS_SYS_INCLUDE}/ .include "../../cross/COMMON/cross.mk"