1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/mingw-bin-msvcrt/Makefile
Akinori MUSHA 9d15afc65d Update MinGW and change MAINTAINER.
- 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)
2001-08-02 18:03:31 +00:00

29 lines
567 B
Makefile

# New ports collection makefile for: mingw-bin-msvcrt
# Date created: 6 June 2000
# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
#
# $FreeBSD$
#
PORTNAME= bin-msvcrt
PORTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mingw
PKGNAMEPREFIX= mingw-
DIST_SUBDIR= mingw
MAINTAINER= doc@hisio.safenet.pl
DISTFILES = mingw-runtime-1.0-20010604${EXTRACT_SUFX} \
w32api-1.0-20010606${EXTRACT_SUFX}
NO_MTREE= yes
NO_WRKSUBDIR= yes
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>