diff options
author | minoura <minoura> | 2001-01-30 03:20:51 +0000 |
---|---|---|
committer | minoura <minoura> | 2001-01-30 03:20:51 +0000 |
commit | e4a9a97bfc1b58335080fc8cdb8a97bbaf47d3bc (patch) | |
tree | 3d0d717327a81535bfbb66d0b88a3a2a275e052f /devel/w32api/Makefile | |
parent | 9349feca9f08e85aeae034da146cd9c0d8e492d2 (diff) | |
download | pkgsrc-e4a9a97bfc1b58335080fc8cdb8a97bbaf47d3bc.tar.gz |
Headers for Win32 application development.
From the PEACE repository,
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
Diffstat (limited to 'devel/w32api/Makefile')
-rw-r--r-- | devel/w32api/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile new file mode 100644 index 00000000000..665b6ebcef9 --- /dev/null +++ b/devel/w32api/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/30 03:20:51 minoura Exp $ + +DISTNAME= w32api-0.4-20001122-bjy +PKGNAME= w32api-0.4nb2 +CATEGORIES= devel +MASTER_SITES= http://my.dreamwiz.com/bangjy/ +WRKSRC= ${WRKDIR}/${DISTNAME:S/-bjy//} + +MAINTAINER= oki@yha.att.ne.jp +HOMEPAGE= http://www.acc.umu.se/~anorland/gnu-win32/ + +BUILD_DEPENDS+= ${PREFIX}/cross/i386-netbsdpe/bin/gcc:../../cross/i386-netbsdpe + +#HAS_CONFIGURE= yes +#CONFIGURE_ARGS+= "--prefix=${PREFIX}/cross/i386-netbsdpe" +#CONFIGURE_ENV+= CC="${PREFIX}/cross/i386-netbsdpe/bin/gcc -I/usr/include" +#CONFIGURE_ENV+= AS="${PREFIX}/cross/i386-netbsdpe/bin/as" +#CONFIGURE_ENV+= DLLTOOL="${PREFIX}/cross/i386-netbsdpe/bin/dlltool" + +#USE_GMAKE= yes + +# currently, don't build import libraries. +do-build: + +do-install: + ${MKDIR} ${PREFIX}/cross/i386-netbsdpe/include + ${CP} ${WRKSRC}/include/*.h ${PREFIX}/cross/i386-netbsdpe/include + +.include "../../mk/bsd.pkg.mk" |