Changeset 3021 for trunk/dports


Ignore:
Timestamp:
Jul 10, 2003, 3:39:35 AM (21 years ago)
Author:
ranger
Message:

kdeedu CVS

Location:
trunk/dports/x11/kdeedu3
Files:
1 added
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/kdeedu3/Portfile

    r2835 r3021  
    1 # $Id: Portfile,v 1.8 2003/06/18 03:32:43 ranger Exp $
     1# $Id: Portfile,v 1.9 2003/07/10 03:39:33 ranger Exp $
    22
    33PortSystem 1.0
     
    5757
    5858                distname kdeedu
    59                 distfiles kde-admindir-cvs-20030616.tar.bz2:admin detect-autoconf.tar.bz2:darwin
    60                 checksums kde-admindir-cvs-20030616.tar.bz2 md5 caf9880587ddc3fab8f5b9ba97eae470 \
    61                         detect-autoconf.tar.bz2 md5 1f511627496be40174169dbab4d6d78a
     59                distfiles kde-admindir-cvs-20030701.tar.bz2:admin
     60                checksums kde-admindir-cvs-20030701.tar.bz2 md5 b9bf2dc286d2e434c2cfdadc421c79b6
    6261
    63                 patchfiles \
    64                         current/patch-kdeedu-flashkard-flashkard-main.cpp.diff \
    65                         current/patch-kdeedu-kalzium-calculations-Makefile.am.diff \
    66                         current/patch-kdeedu-kig-misc-lists.cc.diff \
    67                         current/patch-kdeedu-kig-misc-object_hierarchy.cc.diff \
    68                         current/patch-kdeedu-kiten-Makefile.am.diff \
    69                         current/patch-kdeedu-kmplot-kmplot-diagr.cpp.diff
     62                patchfiles current/patch-kdeedu.diff
    7063                post-extract {
    7164                        system "rm -rf '${workpath}/${distname}/khangman'"
     
    8477}
    8578configure.env   CPPFLAGS='-I/usr/X11R6/include -I${prefix}/include -I${prefix}/include/qt3 -no-cpp-precomp -fno-common' \
    86                 LDFLAGS='-L/usr/X11R6/lib' LIBS='-L${prefix}/lib' DYLD_LIBRARY_PATH='/usr/X11R6/lib:${prefix}/lib'
     79                LDFLAGS='-L/usr/X11R6/lib' LIBS='-L${prefix}/lib' DYLD_LIBRARY_PATH='${prefix}/lib'
    8780configure.args  --prefix='${prefix}' --includedir='${prefix}/include' --libdir='${prefix}/lib' \
    8881                --with-extra-includes='${prefix}/include' --with-extra-libs='${prefix}/lib' \
    8982                --with-qt-dir='${prefix}' --with-qt-includes='${prefix}/include/qt3' \
    9083                --enable-rpath --with-pic --enable-shared=yes --enable-static=no --enable-mt \
    91                 --libexecdir='${prefix}/lib' --with-xinerama --with-pam --enable-final \
     84                --libexecdir='${prefix}/lib' --with-xinerama --with-pam --disable-final \
    9285                --disable-dependency-tracking
    9386build.env       ${configure.env}
Note: See TracChangeset for help on using the changeset viewer.