[csw-devel] SF.net SVN: gar:[12183] csw/mgar/pkg/tin/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 5 14:09:09 CET 2011
Revision: 12183
http://gar.svn.sourceforge.net/gar/?rev=12183&view=rev
Author: dmichelsen
Date: 2011-01-05 13:09:09 +0000 (Wed, 05 Jan 2011)
Log Message:
-----------
tin: Relocate news location to /var/opt/csw
Modified Paths:
--------------
csw/mgar/pkg/tin/trunk/Makefile
Modified: csw/mgar/pkg/tin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tin/trunk/Makefile 2011-01-05 12:34:31 UTC (rev 12182)
+++ csw/mgar/pkg/tin/trunk/Makefile 2011-01-05 13:09:09 UTC (rev 12183)
@@ -16,18 +16,29 @@
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-RUNTIME_DEP_PKGS = CSWpcrert CSWggettextrt CSWperl CSWlibidn CSWlibicu46 CSWiconv
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpcre CSWlibicu-devel
+RUNTIME_DEP_PKGS_CSWtin += CSWpcrert
+RUNTIME_DEP_PKGS_CSWtin += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWtin += CSWperl
+RUNTIME_DEP_PKGS_CSWtin += CSWlibidn
+RUNTIME_DEP_PKGS_CSWtin += CSWlibicu46
+RUNTIME_DEP_PKGS_CSWtin += CSWiconv
+RUNTIME_DEP_PKGS_CSWtin += CSWncurses
+RUNTIME_DEP_PKGS_CSWtin += CSWlibgsasl7
+BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpcre
+
VENDOR_URL = http://www.tin.org/
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-coffee
-CONFIGURE_ARGS += --enable-ipv6 --enable-curses
+CONFIGURE_ARGS += --enable-ipv6
+CONFIGURE_ARGS += --with-screen=ncursesw --with-curses-dir=$(prefix)
CONFIGURE_ARGS += --with-pcre=$(prefix)
CONFIGURE_ARGS += --x-includes=/usr/openwin/include
CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib
CONFIGURE_ARGS += --with-x --with-Xaw3d
+CONFIGURE_ARGS += --with-libdir=$(libdir)/news
+CONFIGURE_ARGS += --with-spooldir=/var/opt/csw/spool/news
# tin requires to run 'make build'
BUILD_ARGS = build
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