[csw-devel] SF.net SVN: gar:[13220] csw/mgar/pkg/dialog/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Feb 7 04:50:49 CET 2011
Revision: 13220
http://gar.svn.sourceforge.net/gar/?rev=13220&view=rev
Author: bdwalton
Date: 2011-02-07 03:50:48 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
dialog/trunk: add alternatives support
Modified Paths:
--------------
csw/mgar/pkg/dialog/trunk/Makefile
Modified: csw/mgar/pkg/dialog/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dialog/trunk/Makefile 2011-02-06 23:05:33 UTC (rev 13219)
+++ csw/mgar/pkg/dialog/trunk/Makefile 2011-02-07 03:50:48 UTC (rev 13220)
@@ -30,6 +30,11 @@
PKGFILES_CSWdialog-minimal = $(bindir).*minimal $(mandir).*minimal
+ALTERNATIVES_CSWdialog = ncurses
+ALTERNATIVES_CSWdialog-minimal = minimal
+ALTERNATIVE_ncurses = $(bindir)/dialog dialog $(bindir)/dialog.ncurses 50 $(mandir)/man1/dialog.1 dialog.man $(mandir)/man1/dialog.1.ncurses
+ALTERNATIVE_minimal = $(bindir)/dialog dialog $(bindir)/dialog.minimal 25 $(mandir)/man1/dialog.1 dialog.man $(mandir)/man1/dialog.1.minimal
+
SKIPTEST = 1
CONFIGURE_ARGS = $(DIRPATHS)
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