head	1.15;
access;
symbols
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.12
	RELEASE_5_1_0:1.12
	RELEASE_4_8_0:1.12
	RELEASE_5_0_0:1.11
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	v2_2:1.1.1.1
	MIYAMOTO:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2006.01.14.21.15.44;	author pav;	state dead;
branches;
next	1.14;

1.14
date	2005.11.11.14.40.32;	author garga;	state Exp;
branches;
next	1.13;

1.13
date	2004.09.18.16.35.47;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2003.02.21.11.01.32;	author knu;	state Exp;
branches;
next	1.11;

1.11
date	2002.11.04.05.46.25;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2002.03.29.08.15.13;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2001.07.04.08.12.21;	author wjv;	state Exp;
branches;
next	1.8;

1.8
date	2000.10.11.11.08.51;	author jeh;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.10.00.48.15;	author jeh;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.10.00.43.25;	author jeh;	state Exp;
branches;
next	1.5;

1.5
date	2000.06.11.19.51.58;	author alex;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.07.17.10.11;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.08.22.04.33;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.08.25.04.47.55;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.05.19.13.37.05;	author taoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.19.13.37.05;	author taoka;	state Exp;
branches;
next	;


desc
@@


1.15
log
@- Remove expired ports
@
text
@# New ports collection makefile for:	DeFT
# Date created:				1999-01-11
# Whom:					Ryo MIYAMOTO <rmiya@@cc.hirosaki-u.ac.jp>
#
# $FreeBSD: ports/biology/deft/Makefile,v 1.14 2005/11/11 14:40:32 garga Exp $
#

PORTNAME=	deft
PORTVERSION=	2.2
PORTREVISION=	2
CATEGORIES=	biology
MASTER_SITES=	http://www.dq.ufscar.br/download/chem/dft/
DISTNAME=	DeFT_${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	rmiya@@cc.hirosaki-u.ac.jp
COMMENT=	Density functional molecular orbital calculation

DEPRECATED=	"mastersite disappeared, no longer maintained by author"
EXPIRATION_DATE=	2005-12-31

WRKSRC=		${WRKDIR}/${DISTNAME}/source
USE_REINPLACE=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not install on FreeBSD >= 5.x"
.endif

.if ${OSVERSION} >= 400005
# Using g77 is troublesome, then it is better to use f2c/cc.
BUILD_DEPENDS=	ftn77:${PORTSDIR}/lang/f77
.endif
.if defined(USEMPICH) && ${USEMPICH} == yes
BUILD_DEPENDS+=	mpif77:${PORTSDIR}/net/mpich
FFLAGS+=	-I/usr/local/mpich/include
FC=		/usr/local/mpich/bin/mpif77
LFLAGS+=	-L/usr/local/mpich/lib -lmpich
.endif

post-patch:
	@@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g"\
		${WRKDIR}/${DISTNAME}/examples/DeFT
.if !defined(USEMPICH)
	@@echo "******************************"
	@@echo "If you want to use MPI library, set 'USEMPICH=yes'."
	@@echo "******************************"
.endif

post-configure:
	${CP} ${FILESDIR}/Makefile.deft ${WRKSRC}/Makefile
.if defined(USEMPICH) && ${USEMPICH} == yes
	${MV} ${WRKSRC}/mpi.f ${WRKSRC}/mpi.f.notuse
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/DeFT.exec ${PREFIX}/bin/
	${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/examples/DeFT ${PREFIX}/bin/
	${MKDIR} ${PREFIX}/share/DeFT
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/bases ${PREFIX}/share/DeFT/

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/DeFT
	${MKDIR} ${PREFIX}/share/examples/DeFT
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README_Liability \
		${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/input.* \
		${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/install.* \
		${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/README \
		${PREFIX}/share/examples/DeFT
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/*.dft \
		${PREFIX}/share/examples/DeFT
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/*.out \
		${PREFIX}/share/examples/DeFT
.endif

.include <bsd.port.post.mk>
@


1.14
log
@- Mark it as DEPRECATED - master site disapeared
- Set EXPIRATION_DATE

PR:		ports/88003
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Approved by:	maintainer timeout (17 days)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@BROKEN on 5.x: Does not install

Approved by:    portmgr (self)
@
text
@d19 3
@


1.12
log
@De-pkg-comment.
@
text
@d24 4
@


1.11
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d17 1
@


1.10
log
@change master site
add mpich support

PR:		36468
Submitted by:	maintainer
@
text
@d19 1
d35 1
a35 1
	@@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g"\
@


1.9
log
@Add %%PORTDOCS%% support to pkg-plist, and tweak Makefile slightly to support
it.

PR:		28665
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.8 2000/10/11 11:08:51 jeh Exp $
d10 1
a10 1
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	ftp://theory.chem.uottawa.ca/pub/
d26 6
d36 5
d44 3
@


1.8
log
@Missing " in post-patch target

Submitted by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.7 2000/10/10 00:48:15 jeh Exp $
a36 1
	${MKDIR} ${PREFIX}/share/doc/DeFT
d42 1
@


1.7
log
@The last commit changes the ports and therefore need a PORTREVISION bump
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.6 2000/10/10 00:43:25 jeh Exp $
d28 1
a28 1
	@@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g \
@


1.6
log
@Support PREFIX properly

PR:		21607
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
Approved by:	rmiya@@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.5 2000/06/11 19:51:58 alex Exp $
d10 1
@


1.5
log
@fc is ftn77 now, adjust accordingly.

PR:		19160, 19161
Submitted by:	Glenn Johnson <gjohnson@@nola.srrc.usda.gov>
Reviewed by:	will
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.4 2000/06/07 17:10:11 will Exp $
d25 4
@


1.4
log
@Fix build for 4.0 and later.  Make DESCR shorter.

PR:		19092
Submitted by:	MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD$
d23 1
a23 1
BUILD_DEPENDS=	fc:${PORTSDIR}/lang/f77
@


1.3
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d1 3
a3 3
# New ports collection makefile for:  DeFT
# Date created:  1999-01-11
# Whom:	 Ryo MIYAMOTO <rmiya@@cc.hirosaki-u.ac.jp>
d5 1
a5 1
# $FreeBSD: ports/biology/deft/Makefile,v 1.2 1999/08/25 04:47:55 obrien Exp $
d19 7
a28 7
pre-install:
	${RM} -rf ${PREFIX}/share/doc/DeFT
	${MKDIR} ${PREFIX}/share/doc/DeFT
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/DeFT/examples
.endif

d32 3
a34 1
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/bases ${PREFIX}/share/doc/DeFT/
d38 13
a50 5
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README_Liability ${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/input.*  ${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/install.*  ${PREFIX}/share/doc/DeFT/
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/*  ${PREFIX}/share/doc/DeFT/examples/
	${RM} -f ${PREFIX}/share/doc/DeFT/examples/DeFT*
d53 1
a53 1
.include <bsd.port.mk>
@


1.2
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:  2.2
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	DeFT_2.2
PKGNAME=	deft-2.2
d12 1
d17 1
a17 1
WRKSRC=		${WRKDIR}/DeFT_2.2/source
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@Density functional molecular orbital calculation.

PR:		11647
Submitted by:	Ryo MIYAMOTO <rmiya@@cc.hirosaki-u.ac.jp>
@
text
@@
