9d15afc65d
- 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)
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# New ports collection makefile for: mingw
|
|
# Date created: 6 June 2000
|
|
# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mingw
|
|
PORTVERSION= 20010726
|
|
CATEGORIES= devel
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= doc@hisio.safenet.pl
|
|
|
|
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
|
|
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
|
|
i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${DO_NADA}
|
|
|
|
.include <bsd.port.mk>
|