Revision: | 1.9 |
Committed: | Wed Jun 27 12:50:44 2007 UTC (17 years, 10 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070628a-ports, pe20070627b-ports, pe20070627a-ports |
Changes since 1.8: | +1 -1 lines |
Log Message: | Update to -CMS3 for full rebuild |
# | Content |
---|---|
1 | ### RPM external doxygen 1.4.1-CMS3 |
2 | Source: http://ftp.stack.nl/pub/users/dimitri/%n-%realversion.src.tar.gz |
3 | Patch0: doxygen |
4 | Requires: graphviz |
5 | |
6 | %prep |
7 | |
8 | %setup -n %n-%realversion |
9 | %ifos darwin |
10 | %patch0 -p1 |
11 | %endif |
12 | |
13 | %build |
14 | ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot |
15 | make %makeprocesses |
16 |