1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/mingw-bin-msvcrt/files/Makefile
Akinori MUSHA 5c18dbcca4 Add mingw, cross development suite for MS Windows.
PR:		ports/19107
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-06-26 19:19:10 +00:00

9 lines
154 B
Makefile

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