2000-06-26 15:19:10 -04:00
|
|
|
# New ports collection makefile for: mingw
|
|
|
|
# Date created: 6 June 2000
|
|
|
|
# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mingw
|
2001-08-02 14:03:31 -04:00
|
|
|
PORTVERSION= 20010726
|
2000-06-26 15:19:10 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2001-08-02 14:03:31 -04:00
|
|
|
MAINTAINER= doc@hisio.safenet.pl
|
2000-06-26 15:19:10 -04:00
|
|
|
|
2001-08-02 14:03:31 -04:00
|
|
|
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
|
|
|
|
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
|
|
|
|
i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
|
2000-06-26 15:19:10 -04:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|