Changeset 82872
- Timestamp:
- 08/21/11 01:29:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/wmbinclock/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wmbinclock/Portfile
r30259 r82872 2 2 3 3 PortSystem 1.0 4 4 5 name wmbinclock 5 6 version 0.1 … … 16 17 checksums md5 83bc44148870b04a9d6588c7e0558058 17 18 worksrcdir wmBinClock 19 depends_lib port:xpm 18 20 patch { 19 21 reinplace "s|#include <values.h>||" $worksrcpath/wmBinClock.c 20 22 } 21 23 use_configure no 24 build.args CC="${configure.cc}" \ 25 INCDIR="${configure.cppflags}" \ 26 CFLAGS="${configure.cflags} -Wall ${configure.cc_archflags}" \ 27 LIBDIR="${configure.ldflags} ${configure.ld_archflags}" 22 28 destroot.destdir DESTDIR=${destroot}${prefix}
Note: See TracChangeset
for help on using the changeset viewer.

