[csw-devel] SF.net SVN: gar:[20576] csw/mgar/pkg/lynx/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Tue Apr 2 23:00:30 CEST 2013
Revision: 20576
http://gar.svn.sourceforge.net/gar/?rev=20576&view=rev
Author: chninkel
Date: 2013-04-02 21:00:29 +0000 (Tue, 02 Apr 2013)
Log Message:
-----------
lynx/trunk: updated to build against libssl 1.0.0
Modified Paths:
--------------
csw/mgar/pkg/lynx/trunk/Makefile
Modified: csw/mgar/pkg/lynx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lynx/trunk/Makefile 2013-04-02 19:31:15 UTC (rev 20575)
+++ csw/mgar/pkg/lynx/trunk/Makefile 2013-04-02 21:00:29 UTC (rev 20576)
@@ -2,7 +2,7 @@
VERSION = 2.8.7
GARTYPE = v2
-DESCRIPTION = lynx - text browser for the World Wide Web
+DESCRIPTION = A text browser for the World Wide Web
define BLURB
Lynx is a web browser, a software program used by people to navigate
the World Wide Web. The Web is a part of the global Internet, a network
@@ -15,7 +15,7 @@
DISTFILES = $(NAME)$(VERSION).tar.bz2
DISTFILES += COPYING
-DEP_PKGS = CSWbzip2 CSWncurses CSWosslrt CSWzlib
+DEP_PKGS = CSWlibbz2-1-0 CSWlibncurses5 CSWlibssl1-0-0 CSWlibz1
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -34,6 +34,9 @@
PRESERVECONF = /etc/opt/csw/lynx.lss
PRESERVECONF += /etc/opt/csw/lynx.cfg
+# The /usr/local strings are just comments in the configuration file
+CHECKPKG_OVERRIDES_CSWlynx += file-with-bad-content|/usr/local|root/etc/opt/csw/lynx.cfg.CSW
+
# This ensures that Lynx picks up its own entities.h, not the one installed
# in one of the system directories, i. e. /opt/csw (that one's part of GD).
SUN_CPP_FLAGS = -I./chrtrans
@@ -43,4 +46,7 @@
# --enable-gzip-help \
# --enable-nls
+TEST_SCRIPTS =
+
+
include gar/category.mk
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