head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	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.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.11.03.13.12.44;	author vs;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@Support gdbm (bump PORTREVISION)
@
text
@--- dynlibs/Makefile.orig	Sun Feb  6 15:08:02 2000
+++ dynlibs/Makefile	Fri Apr 12 02:16:37 2002
@@@@ -1,24 +1,24 @@@@
 
 all:
-	cd interface; make 
-	cd intinf; make 
-	cd mgd; make 
-	cd mgdbm; make 
-	cd mmysql; make 
-	cd mpq; make 
-	cd mregex; make 
-	cd msocket; make 
-	cd munix; make 
+	#cd interface; make INCDIR=../../runtime
+	cd intinf; make INCDIR=../../runtime
+	#cd mgd; make INCDIR=../../runtime
+	cd mgdbm; make INCDIR=../../runtime
+	#cd mmysql; make INCDIR=../../runtime
+	#cd mpq; make INCDIR=../../runtime
+	cd mregex; make INCDIR=../../runtime
+	cd msocket; make INCDIR=../../runtime
+	cd munix; make INCDIR=../../runtime
 
 install:
-	cd intinf; make install 
-	cd mgd; make install 
-	cd mgdbm; make install 
-	cd mmysql; make install 
-	cd mpq; make install 
-	cd mregex; make install 
-	cd msocket; make install 
-	cd munix; make install 
+	cd intinf; make INCDIR=../../runtime install 
+	#cd mgd; make INCDIR=../../runtime install 
+	cd mgdbm; make INCDIR=../../runtime install 
+	#cd mmysql; make INCDIR=../../runtime install 
+	#cd mpq; make INCDIR=../../runtime install 
+	cd mregex; make INCDIR=../../runtime install 
+	cd msocket; make INCDIR=../../runtime install 
+	cd munix; make INCDIR=../../runtime install 
 
 test:
 	cd interface; make test 
@


1.2
log
@Update to v201:
  - Add RESTRICTED (licensing issues).
  - Install stuff in standard places.
  - Install examples.
  - Install readmes/licenses.
  - Respect NOPORTDOCS.
  - New MAINTAINER.

PR:		ports/62704
Submitted by:	debios@@diku.dk
@
text
@d18 1
a18 1
+	#cd mgdbm; make INCDIR=../../runtime
d36 1
a36 1
+	#cd mgdbm; make INCDIR=../../runtime install 
@


1.1
log
@Upgrade to v2.0.

Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de>
@
text
@d21 1
a21 1
+	#cd mregex; make INCDIR=../../runtime
d39 1
a39 1
+	#cd mregex; make INCDIR=../../runtime install 
@

