summaryrefslogtreecommitdiffstats
path: root/devel/makedepend/pkg-descr
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-11 21:09:13 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-11 21:09:13 +0800
commit8954f93b7a5b28b79096886421cd506d5aedd7d7 (patch)
tree7c83b3b873115f51828ab217046bb60b703f0584 /devel/makedepend/pkg-descr
parent83b79a590c780184d4ae84d0522e31143fbc5440 (diff)
downloadxorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar.gz
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar.bz2
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar.lz
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar.xz
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.tar.zst
xorg-devel-ports-8954f93b7a5b28b79096886421cd506d5aedd7d7.zip
Update libXmu to 1.1.1
Update libXt to 1.1.2 Update xorg-macros 1.16.2 Update imake to 1.0.5 also look in LOCALBASE for RUN_DEPENDS not PREFIX. Update makedepend to 1.0.4. Update libXft to 2.3.0. Update libXxf86dga to 1.1.3. Update libxcb to 1.8.1. Update libXres to 1.0.6. Update bitmap to 1.0.6. Update libXinerama to 1.1.2. Update libXpm to 3.5.10. Update libXcursor to 1.1.13. Update libxkbfile to 1.0.8. Update libXxf86vm to 1.1.2. Update libXext 1.3.1. Update libXau to 1.0.7. Update libXdmcp to 1.1.1. Update libXvMC to 1.0.7. Update libXi to 1.6.0. Update libdmx to 1.1.2. Update libXv to 1.0.7. Update libXXcrnSaver to 1.2.2. Update libXtst to 1.2.1. Update libXrender to 0.9.7. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@450 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'devel/makedepend/pkg-descr')
-rw-r--r--devel/makedepend/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/makedepend/pkg-descr b/devel/makedepend/pkg-descr
new file mode 100644
index 0000000..5470aec
--- /dev/null
+++ b/devel/makedepend/pkg-descr
@@ -0,0 +1,16 @@
+Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
+If you have X installed, you already have makedepend and do not need this port!
+
+Makedepend reads each sourcefile in sequence and parses it like a
+C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef,
+#endif, #if and #else directives so that it can correctly tell which #include,
+directives would be used in a compilation. Any #include, directives can
+reference files having other #include directives, and parsing will occur in
+these files as well.
+
+Every file that a sourcefile includes, directly or indirectly, is what
+makedepend calls a "dependency". These dependencies are then written to a
+makefile in such a way that make will know which object files must be
+recompiled when a dependency has changed.
+
+WWW: http://www.x.org/archive/X11R7.5/doc/man/man1/makedepend.1.html \ No newline at end of file