head	1.9;
access;
symbols
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2004.05.08.06.09.02;	author kris;	state dead;
branches;
next	1.8;

1.8
date	2004.04.06.22.02.25;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.05.17.42.49;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.04.05.06.50.13;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.19.19.28.38;	author eik;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.12.34.59;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.19.05.36.03;	author markp;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.21.20.12.11;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.10.06.39.16;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.9
log
@As previously announced, remove these broken or obsolete ports.
@
text
@# Ports collection makefile for:	crossgo32-f77
# Date created:				19 September 2000
# Whom:					Huidae Cho <hdcho@@geni.knu.ac.kr>
#
# $FreeBSD: ports/lang/crossgo32-f77/Makefile,v 1.8 2004/04/06 22:02:25 kris Exp $
#

PORTNAME=	crossgo32-f77
PORTVERSION=	2.95.2
CATEGORIES=	lang
MASTER_SITES=	# none
DISTNAME=	f77-freebsd.0.3
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} g772952b.zip
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	G2c libraries and compatibility for DJGPP V2 crossgo32 crosscompiler

DEPRECATED=	"project abandoned, mastersite long gone"
EXPIRATION_DATE=	"May 5, 2004"

EXTRACT_DEPENDS+=unzip:${PORTSDIR}/archivers/unzip
.if !defined(GNU_CPP)
RUN_DEPENDS+=	${LOCALBASE}/bin/fpp:${PORTSDIR}/devel/fpp
.endif
RUN_DEPENDS+=	${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c \
		${LOCALBASE}/i386-go32/bin/gcc:${PORTSDIR}/devel/crossgo32-djgpp2

# Set F77NAME to the name of the Fortran 77 wrapper.
F77NAME=	ftn77
GCCVERSION=	2.952
ONLY_FOR_ARCHS=	i386

MAKE_ARGS+=	CFLAGS+=" -DPP_COMMAND='\"/usr/bin/cpp\"' \
		-DF2C_COMMAND='\"${LOCALBASE}/bin/f2c\"'"
.if !defined(GNU_CPP)
MAKE_ARGS+=	CFLAGS+=" -DSUN_FPP"
.endif
MAKE_ARGS+=	-DF2C_INCLUDEDIR='\"-I${LOCALBASE}/i386-go32/include\"' \
		-DF2C_LIBDIR='\"-I${LOCALBASE}/i386-go32/lib\"' \
		-DCC_COMMAND='\"${LOCALBASE}/bin/i386-go32-gcc\"'

ALL_TARGET=	depend all

post-extract:
	if ! (cd ${WRKDIR} && \
		unzip -q ${_DISTDIR}g772952b.zip -d ${WRKDIR} \
		lib/gcc-lib/djgpp/${GCCVERSION}/libg2c.a \
		lib/gcc-lib/djgpp/${GCCVERSION}/include/g2c.h);\
	then \
		exit 1; \
	fi

do-install:
	${INSTALL_DATA} \
		${WRKDIR}/lib/gcc-lib/djgpp/${GCCVERSION}/libg2c.a \
		${PREFIX}/i386-go32/lib/libf2c.a
	${INSTALL_DATA} \
		${WRKDIR}/lib/gcc-lib/djgpp/${GCCVERSION}/include/g2c.h \
		${PREFIX}/i386-go32/include/f2c.h
	${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/i386-go32/bin/f77
	${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/i386-go32-f77

.include <bsd.port.mk>
@


1.8
log
@unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Mark as deprecated.  Original submitter of port confirms that the project
is inactive.
@
text
@d22 1
a22 1
BUILD_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
@


1.6
log
@Per distfile survey, remove mastersites that disappeared in the 2001-2002
timeframe.  Although the main DJBPP site still exists, it has no pointers
to crossgo32.  If anyone is using this port, they should speak up now, or
else it might wind up deprecated ...
@
text
@d19 3
@


1.5
log
@Reset unreachable MAINTAINERs to ports@@FreeBSD.org

PR:		59109
Approved by:	marcus (mentor)
@
text
@d11 1
a11 3
MASTER_SITES=	ftp://geni.cemtlo.com/pub/FreeBSD/ports/distfiles/ \
		ftp://troutmask.apl.washington.edu/pub/ \
		ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/
@


1.4
log
@De-pkg-comment.
@
text
@d18 1
a18 1
MAINTAINER=	hdcho@@geni.cemtlo.com
@


1.3
log
@Update master site and maintainer email.

PR:		29073
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/crossgo32-f77/Makefile,v 1.2 2001/03/21 20:12:11 dinoex Exp $
d19 1
@


1.2
log
@- Fix MASTER_SITE (missing slash)
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/crossgo32-f77/Makefile,v 1.1 2001/03/10 06:39:16 dinoex Exp $
d11 2
a12 1
MASTER_SITES=	ftp://troutmask.apl.washington.edu/pub/ \
d18 1
a18 1
MAINTAINER=	hdcho@@geni.knu.ac.kr
@


1.1
log
@converted to new port layout,
changed the way it reference the second distfile.
fixed install

PR:		21389
Submitted by:	hdcho@@geni.knu.ac.kr
Reviewed by:	will
@
text
@d5 1
a5 1
# $FreeBSD$
d12 1
a12 1
		ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu
@

