1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/mingw-bin-msvcrt/files/Makefile
Akinori MUSHA 9d15afc65d Update MinGW and change MAINTAINER.
- mingw            -> 20010726
- mingw-bin-msvcrt -> 1.0
- mingw-binutils   -> 2.11.90
- mingw-gcc        -> 2.95.3

PR:		ports/29344 (+ several minor fixes)
Submitted by:	Michal P. <doc@lublin.t1.pl> (new MAINTAINER)
Approved by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp> (ex. MAINTAINER)
2001-08-02 18:03:31 +00:00

10 lines
204 B
Makefile

# $FreeBSD$
all:
install:
mkdir -p ${PREFIX}/bin
install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${PREFIX}/bin
mkdir -p /usr/local/i386-mingw32msvc
cp -R lib include ${PREFIX}/i386-mingw32msvc