head	1.4;
access;
symbols
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2008.07.24.12.17.12;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2006.12.23.21.45.17;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.29.22.14.29;	author jylefort;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.28.19.01.41;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Delete biology/nab port after being marked DEPRECATED for three months

PR:		ports/125891
Submitted by:	M. L. Dodson <mldodson@@comcast.net> (maintainer)
@
text
@--- src/Makefile.orig	Fri Aug 11 17:38:10 2006
+++ src/Makefile	Fri Dec 15 17:01:39 2006
@@@@ -189,6 +189,14 @@@@
 	cp defreal.h $(INCDIR)
 	cp nab.h $(INCDIR)
 
+beforerealinstall:
+	$(CC) -DBINDIR='"$(PREFIX)/bin"' \
+		-DINCDIR='"$(PREFIX)/include"' \
+		-DLIBDIR='"$(PREFIX)/share/nab/lib"' \
+		$(CFLAGS) -DCC='"$(CC)"' -DCPP='"$(CPP)"' \
+		-DFLIBS='"$(PREFIX)/share/nab/lib/libsym.a $(PREFIX)/share/nab/lib/lapack.a $(PREFIX)/share/nab/lib/blas.a $(PREFIX)/share/nab/lib/f2c.a"' \
+		-static -o ../bin/nab${SFX} nab.c
+
 uninstall: clean
 	-rm -f \
         $(BINDIR)/nab2c$(SFX) $(BINDIR)/nab$(SFX) $(INCDIR)/nabcode.h \
@


1.3
log
@- Update to 5.1.2
- Update maintainer mail adresse

PR:		ports/107118
Submitted by:	M. L. Dodson <bdodson@@houston.rr.com> (maintainer)
@
text
@@


1.2
log
@- Fix the packing list [1]
- Add a run dependency on ucpp
- Correct the NABHOME used in pre-install

PR:		ports/80457
Submitted by:	maintainer
Reported by:	pointyhat [1]
@
text
@d1 3
a3 3
--- src/Makefile.orig	Fri Apr  8 03:17:27 2005
+++ src/Makefile	Sat Apr 30 00:02:37 2005
@@@@ -181,6 +181,14 @@@@
d12 1
a12 1
+		-DFLIBS='"$(PREFIX)/share/nab/lib/libsym.a $(PREFIX)/share/nab/lib/lapack.a $(PREFIX)/share/nab/lib/blas.a -lg2c"' \
@


1.1
log
@- Update to 5.0
- Cleanups

PR:		ports/80372
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- src/Makefile.orig	Thu Apr  7 20:17:27 2005
+++ src/Makefile	Tue Apr 26 12:54:15 2005
d10 1
a10 1
+		-DLIBDIR='"$(NABHOME)/lib"' \
@

