1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

honor CFLAGS and FFLAGS

PR:		54396
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
This commit is contained in:
Maho Nakata 2003-07-19 03:58:51 +00:00
parent 3c2eb776a2
commit 2b7927a921
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85169
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= platon
PORTVERSION= 2001.03.09
PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= ftp://xraysoft.chem.uu.nl/pub/unix/
DISTNAME= platon

View File

@ -5,11 +5,11 @@
TARGET= platon
OBJS= platon.o xdrvr.o
.if ${OSVERSION} >= 400018
FOPT=
FOPT= ${FFLAGS}
.else
FOPT= -Nx800 -NL400 -Nn802
FOPT= ${FFLAGS} -Nx800 -NL400 -Nn802
.endif
COPT= -I%%X11BASE%%/include
COPT= ${CFLAGS} -I%%X11BASE%%/include
LOPT= -L%%X11BASE%%/lib -lX11
.if defined(HAVE_G2C)
LOPT+= -lg2c