aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mingw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mingw/Makefile')
-rw-r--r--devel/mingw/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile
deleted file mode 100644
index 633a9f80e9a8..000000000000
--- a/devel/mingw/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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= ports@FreeBSD.org
-COMMENT= Cross development for Windows
-
-RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
- mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
- i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
-.if !defined(PACKAGE_BUILDING)
-RUN_DEPENDS+= ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers
-.endif
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-NO_BUILD= yes
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>