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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue May 15 15:35:10 CEST 2012


Revision: 18020
          http://gar.svn.sourceforge.net/gar/?rev=18020&view=rev
Author:   pfelecan
Date:     2012-05-15 13:35:10 +0000 (Tue, 15 May 2012)
Log Message:
-----------
Emacs, in the GTK flavor, as giant package.

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

Modified: csw/mgar/pkg/emacs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/emacs/trunk/Makefile	2012-05-15 06:08:53 UTC (rev 18019)
+++ csw/mgar/pkg/emacs/trunk/Makefile	2012-05-15 13:35:10 UTC (rev 18020)
@@ -16,7 +16,60 @@
 MASTER_SITES	=	$(GNU_MIRROR)
 
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS		+=	\
+						--x-includes=/opt/csw/X11/include \
+						--x-libraries=/opt/csw/X11/lib
+# this is necessary because GNU id options dialect is is used; BTW, I
+# think that adding this systematically at the beginning of the PATH
+# helps in packaging projects issued from the Linux steam.
+INSTALL_ARGS		+=	\
+						PATH="/opt/csw/gnu:$$PATH"
 
+GARCOMPILER			=	GNU
+PKG_CONFIG_PATH		=	/opt/csw/X11/lib/pkgconfig
+
+BUILD_DEP_PKGS		=	\
+						CSWcoreutils \
+						CSWglib2devel \
+						CSWlibatk-dev \
+						CSWlibbz2-dev \
+						CSWlibcairo-dev \
+						CSWlibdatrie-dev \
+						CSWlibdbus-dev \
+						CSWlibdbus-glib-dev \
+						CSWlibexpat-dev \
+						CSWlibfreetype-dev \
+						CSWlibgdk-pixbuf-dev \
+						CSWlibgif-dev \
+						CSWlibglib2-dev \
+						CSWlibgtk2-dev \
+						CSWlibicedevel \
+						CSWlibiconv-dev \
+						CSWlibjbig-dev \
+						CSWlibjpeg-dev \
+						CSWlibm17n-dev \
+						CSWlibotf-dev \
+						CSWlibpixman-dev \
+						CSWlibpng-dev \
+						CSWlibpthreadstubs \
+						CSWlibrsvg-dev \
+						CSWlibsmdevel \
+						CSWlibthai-dev \
+						CSWlibtiff-dev \
+						CSWlibx11devel \
+						CSWlibxaudevel \
+						CSWlibxawdevel \
+						CSWlibxcbdevel \
+						CSWlibxdmcpdevel \
+						CSWlibxft2devel \
+						CSWlibxml2-dev \
+						CSWlibxpmdevel \
+						CSWlibxrenderdevel \
+						CSWlibz-dev \
+						CSWpangodevel \
+						CSWpkgconfig \
+						CSWx11renderproto
+
 include gar/category.mk
 
 # this is private and not available publicly

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