mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5c18dbcca4
PR: ports/19107 Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
25 lines
517 B
Makefile
25 lines
517 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= 2000.03.27
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/runtime/
|
|
PKGNAMEPREFIX= mingw-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
|
|
|
MAINTAINER= tino@pa2.so-net.ne.jp
|
|
|
|
NO_MTREE= yes
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|