/[fink]/10.7/main/finkinfo/x11/makedepend.info
ViewVC logotype

Contents of /10.7/main/finkinfo/x11/makedepend.info

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations) (download)
Tue Feb 6 10:17:58 2024 UTC (3 months, 1 week ago) by nieder
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -4 lines
makedepend 1.0.9

1 Package: makedepend
2 Version: 1.0.9
3 Revision: 1
4 Description: Create dependencies in makefiles
5 License: BSD
6 Maintainer: None <fink-devel@lists.sourceforge.net>
7 BuildDepends: <<
8 fink (>= 0.32),
9 fink-buildenv-modules,
10 fink-package-precedence,
11 pkgconfig
12 <<
13 Source: https://xorg.freedesktop.org/archive/individual/util/%n-%v.tar.xz
14 Source-Checksum: SHA256(92d0deb659fff6d8ddbc1d27fc4ca8ceb2b6dbe15d73f0a04edc09f1c5782dd4)
15 CompileScript: <<
16 #!/bin/sh -ev
17 . %p/sbin/fink-buildenv-xorg.sh
18 ./configure \
19 --prefix=%p \
20 --bindir=%p/opt/X11/bin
21 make
22 fink-package-precedence .
23 <<
24 InfoTest: <<
25 TestScript: make check || exit 2
26 <<
27 InstallScript: make install DESTDIR=%d
28 DocFiles: ChangeLog AUTHORS COPYING README.md
29 Homepage: https://www.x.org/
30 DescDetail: <<
31 The makedepend program reads each sourcefile in sequence and parses it
32 like a C-preprocessor, processing all #include, #define, #undef, #ifdef,
33 #ifndef, #endif, #if, #elif and #else directives so that it can correctly
34 tell which #include, directives would be used in a compilation. Any
35 #include, directives can reference files having other #include
36 directives, and parsing will occur in these files as well.
37 <<

  ViewVC Help
Powered by ViewVC 1.1.17