head	1.4;
access;
symbols
	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.3
	RELEASE_4_8_0:1.3
	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.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.11.05.09.07.41;	author kris;	state dead;
branches;
next	1.3;

1.3
date	2002.03.26.10.16.09;	author jkoshy;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.03.10.09.55;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.12.10.38.15;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove expired ports
@
text
@--- makefile--	Mon May 14 06:41:27 2001
+++ makefile	Mon Sep  3 15:37:38 2001
@@@@ -32,21 +32,22 @@@@
 # - Added a commented-out block showing settings for Debian/GNU Linux with
 #   package installed AOLserver and PostgreSQL
 
-INSTALL=/home/nsadmin
+INSTALL=${NSHOME}
 
 # Location of the PostgreSQL libraries
-PGLIB=/usr/local/pgsql/lib
+PGLIB=${PREFIX}/lib
 
 # Location of the PostgreSQL includes
-PGINC=/usr/local/pgsql/include
+PGINC=${PREFIX}/include
 
 # Location of the AOLserver files (normally the ~nsadmin directory):
 #NSHOME=/opt/aolserver
 # Alternate location for AOLserver
-NSHOME=/home/aolserver/aolserver3_0
+NSHOME=${PREFIX}/aolserver
 
 CC=gcc
-COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/aolserver/include -I-/usr/include
+COPTS=-Wall -fpic -shared -I${PGINC} -I${NSNOME}/include -I-/usr/include
+LDFLAGS=-pthread -Wl,-E
 
 # Debian Linux with deb AOLserver & PostgreSQL
 #CC=gcc
@


1.3
log
@Unbreak build.
@
text
@@


1.2
log
@Upgrade to v2.0.
@
text
@d16 1
a16 1
+PGINC=${PREFIX}/include/pgsql
@


1.1
log
@Add a port for `pgdriver', the OpenACS projects supported AOLserver
to PostgreSQL interface.
@
text
@d1 4
a4 3
--- makefile--	Thu Mar  1 12:44:27 2001
+++ makefile	Thu Mar  1 12:46:38 2001
@@@@ -33,15 +33,15 @@@@
d7 3
d11 2
a12 2
-#PGLIB=/usr/local/pgsql/lib
+PGLIB=/usr/local/pgsql/lib
d15 2
a16 2
-#PGINC=/usr/local/pgsql/include
+PGINC=/usr/local/pgsql/include
d21 2
a22 2
-#NSHOME=/usr/local/AOLserver
+NSHOME=/usr/local/aolserver
d25 2
a26 8
 COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/nsadmin/include -I-/usr/include
@@@@ -82,8 +82,8 @@@@
 # FreeBSD 3
 # The make install target isn't what you want---just copy postgres.so to
 # /usr/local/libexec/aolserver
-#COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I/usr/local/include/aolserver -I/usr/local/pgsql/include
-#LDFLAGS=-pthread -Wl,-E
+COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I${NSHOME}/include -I${PGINC}
d29 2
a30 1
 # You should not need to edit anything below this line.
@

