mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5c18dbcca4
PR: ports/19107 Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
9 lines
154 B
Makefile
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}
|