mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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}
|