head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	v070499:1.1.1.1
	MIYAMOTO:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.05.17.27.23;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.19.17.46.47;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.17.05.30.10;	author maho;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.19.03.58.51;	author maho;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.08.08.51.02;	author knu;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# Makefile for platon
#
# $FreeBSD: head/biology/platon/files/Makefile 300895 2012-07-14 12:56:14Z beat $

TARGET=	platon
OBJS=	platon.o xdrvr.o
FOPT=	${FFLAGS}
COPT=	${CFLAGS} -I%%LOCALBASE%%/include
LOPT=	-L%%LOCALBASE%%/lib -lX11

all:	${OBJS}
	${FC} -o ${TARGET} ${OBJS} ${LOPT}

platon.o:	platon.f
	${FC} ${FOPT} -c $<

xdrvr.o:	xdrvr.c
	${CC} ${COPT} -c $<

#f77 -o platon platon.f xdrvr.c -lX11
@


1.6
log
@- Remove conditional checks relevant only on FreeBSD 5.x and older
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.5
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@a6 1
.if ${OSVERSION} >= 400018
a7 3
.else
FOPT=	${FFLAGS} -Nx800 -NL400 -Nn802
.endif
@


1.4
log
@* Migrate to gfortran.
* Bump port revision.
@
text
@d12 2
a13 2
COPT=	${CFLAGS} -I%%X11BASE%%/include
LOPT=	-L%%X11BASE%%/lib -lX11
@


1.3
log
@honor CFLAGS and FFLAGS

PR:		54396
Submitted by:	Glenn Johnson <gjohnson@@srrc.ars.usda.gov>
@
text
@a13 5
.if defined(HAVE_G2C)
LOPT+=	-lg2c
.else
LOPT+=	-lf2c
.endif
@


1.2
log
@Update to the latest version as of 5 June.

PR:		ports/19113, ports/19115
Submitted by:	Maintainer
@
text
@d8 1
a8 1
FOPT=
d10 1
a10 1
FOPT=	-Nx800 -NL400 -Nn802
d12 1
a12 1
COPT=	-I%%X11BASE%%/include
@


1.1
log
@Initial revision
@
text
@d2 2
d7 3
d11 8
a18 2
COPT=	-I/usr/X11R6/include
LOPT=	-L/usr/X11R6/lib -lX11 -lf2c
@


1.1.1.1
log
@the one of crystallographic tools

Submitted by:		rmiya@@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO)
@
text
@@
