pkgsrc-wip/mingw-binutils/Makefile

30 lines
858 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2006/10/29 08:32:47 shattered Exp $
# $Id: Makefile,v 1.17 2006/10/29 08:32:47 shattered Exp $
DISTNAME= binutils-2.15.91-20040904-1-src
PKGNAME= mingw-${DISTNAME:C/-200.*-src//}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GNU C Compiler ported to win32 platforms
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_CROSSBASE= yes
USE_TOOLS+= gmake
INFO_FILES= # PLIST
2003-12-02 03:03:04 +01:00
post-install:
.for f in windres dllwrap
${LN} -fs ${PREFIX}/bin/${MINGW_TARGET}-${f} \
${PREFIX}/${MINGW_TARGET}/bin/${f}
.endfor
2003-12-02 03:03:04 +01:00
.include "../../wip/mingw/Makefile.common"
2004-05-11 00:04:21 +02:00
.include "../../wip/mingw-w32api-bin/buildlink3.mk"
.include "../../wip/mingw-runtime-bin/buildlink3.mk"
2003-12-01 00:56:27 +01:00
.include "../../mk/bsd.pkg.mk"