[22354] trunk/dports/devel/ncurses/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Feb 26 22:04:16 PST 2007
Revision: 22354
http://trac.macosforge.org/projects/macports/changeset/22354
Author: pipping at macports.org
Date: 2007-02-26 22:04:16 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
* prepare for future variant universal
* cleanup
Modified Paths:
--------------
trunk/dports/devel/ncurses/Portfile
Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile 2007-02-27 06:00:30 UTC (rev 22353)
+++ trunk/dports/devel/ncurses/Portfile 2007-02-27 06:04:16 UTC (rev 22354)
@@ -2,40 +2,42 @@
PortSystem 1.0
-name ncurses
-version 5.5
-revision 1
-categories devel
-platforms darwin
-maintainers imajes at macports.org
-description emulation of curses in System V Release 4.0
-long_description The Ncurses (new curses) library is a free software \
- emulation of curses in System V Release 4.0, and more. It uses \
- Terminfo format, supports pads and color and multiple \
- highlights and forms characters and function-key mapping, and \
- has all the other SYSV-curses enhancements over BSD Curses.
+name ncurses
+version 5.5
+revision 1
+categories devel
+platforms darwin
+maintainers imajes at macports.org
+description emulation of curses in System V Release 4.0
+long_description \
+ The Ncurses (new curses) library is a free software emulation of \
+ curses in System V Release 4.0, and more. It uses Terminfo format, \
+ supports pads and color and multiple highlights and forms \
+ characters and function-key mapping, and has all the other \
+ SYSV-curses enhancements over BSD Curses.
-homepage http://www.gnu.org/software/ncurses/ncurses.html
-master_sites gnu
-checksums md5 e73c1ac10b4bfc46db43b2ddfd6244ef
+homepage http://www.gnu.org/software/ncurses/ncurses.html
+master_sites gnu
+checksums md5 e73c1ac10b4bfc46db43b2ddfd6244ef
# required for terminfo
-depends_run port:ncursesw
+depends_run port:ncursesw
-configure.args --with-shared \
- --without-debug \
- --without-ada \
- --enable-safe-sprintf \
- --mandir=${prefix}/share/delete-me
+configure.args --with-shared \
+ --without-debug \
+ --without-ada \
+ --enable-safe-sprintf \
+ --mandir=${prefix}/share/delete-me
post-destroot {
- # binaries come with ncursesw
- delete ${destroot}${prefix}/bin
- # terminfo & manpages also do come with ncursesw
- delete ${destroot}${prefix}/share \
- ${destroot}${prefix}/lib/terminfo
+ # binaries come with ncursesw
+ delete ${destroot}${prefix}/bin
+ # terminfo & manpages also do come with ncursesw
+ delete ${destroot}${prefix}/share ${destroot}${prefix}/lib/terminfo
}
platform darwin 8 {
- configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+ configure.env-append CC=/usr/bin/gcc-4.0 \
+ CPP=/usr/bin/cpp-4.0 \
+ CXX=/usr/bin/g++-4.0
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/abc998eb/attachment.html
More information about the macports-changes
mailing list