Changeset 82891
- Timestamp:
- 08/21/11 07:17:27 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/xroot/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/xroot/Portfile
r50572 r82891 2 2 3 3 PortSystem 1.0 4 4 5 name xroot 5 6 version 1.0 … … 21 22 master_sites ${homepage} 22 23 distfiles xroot.c 23 universal_variant no24 24 depends_lib \ 25 25 port:xorg-libX11 26 26 27 extract {} 27 extract { 28 file mkdir ${worksrcpath} 29 file copy ${distpath}/${distfiles} ${worksrcpath} 30 } 28 31 use_configure no 29 32 30 pre-build {31 file mkdir ${worksrcpath}32 }33 33 build { 34 file copy ${distpath}/${distfile} ${worksrcpath} 35 system "cd ${worksrcpath} && c++ ${distfile} -Wall -L${prefix}/lib -I${prefix}/include -lX11 -o xroot" 34 system "cd ${worksrcpath} && ${configure.cxx} ${configure.cxxflags} ${configure.cxx_archflags} ${distfiles} -Wall -L${prefix}/lib -I${prefix}/include -lX11 -o xroot" 36 35 } 37 36 destroot {
Note: See TracChangeset
for help on using the changeset viewer.

