diff options
Diffstat (limited to 'devel/mingw32-bin-msvcrt/files/Makefile')
-rw-r--r-- | devel/mingw32-bin-msvcrt/files/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/mingw32-bin-msvcrt/files/Makefile b/devel/mingw32-bin-msvcrt/files/Makefile new file mode 100644 index 000000000000..e05fbdaf9ec6 --- /dev/null +++ b/devel/mingw32-bin-msvcrt/files/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +all: + +install: + mkdir -p ${PREFIX}/bin + install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${PREFIX}/bin + mkdir -p ${PREFIX}/mingw32 + cp -R lib include ${PREFIX}/mingw32 + |