aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mingw/Makefile
blob: 7b290af16d9e0c4d4b5b976b8e978e67b259a9a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for: mingw
# Date created:     6 June 2000
# Whom:         Toshihiro Inoue <tino@pa2.so-net.ne.jp>
#
# $FreeBSD$
#

PORTNAME=   mingw
PORTVERSION=    20011229
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 \
        ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers

NO_BUILD=   yes

do-install:
    @${DO_NADA}

.include <bsd.port.mk>