[csw-devel] SF.net SVN: gar:[4267] csw/mgar/pkg/kawa/trunk/Makefile

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Thu Apr 9 22:48:54 CEST 2009


Revision: 4267
          http://gar.svn.sourceforge.net/gar/?rev=4267&view=rev
Author:   trygvis
Date:     2009-04-09 20:48:54 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
o Adding dependency information.
o Enabling the readline wrapper.

Modified Paths:
--------------
    csw/mgar/pkg/kawa/trunk/Makefile

Modified: csw/mgar/pkg/kawa/trunk/Makefile
===================================================================
--- csw/mgar/pkg/kawa/trunk/Makefile	2009-04-09 20:42:35 UTC (rev 4266)
+++ csw/mgar/pkg/kawa/trunk/Makefile	2009-04-09 20:48:54 UTC (rev 4267)
@@ -8,12 +8,22 @@
 MASTER_SITES = ftp://ftp.gnu.org/pub/gnu/kawa/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 
+REQUIRED_PKG = CSWncurses CSWreadline
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = kawa-(\d+(?:\.\d+)*).tar.gz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-kawa-frontend
 TEST_SCRIPTS =
 
 include gar/category.mk
 
 PATH := /usr/jdk1.5.0_15/bin:$(PATH)
+
+# When building the 'kawa' binary, this flag is ignore from the ./configure stuff, but LIBS is used.
+kawa_LDFLAGS = -L/opt/csw/lib
+export kawa_LDFLAGS
+
+LIBS = -lsocket
+export LIBS


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list