Changeset 33790
- Timestamp:
- 02/05/2008 05:40:09 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/cut/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/cut/Portfile
r33505 r33790 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \2 # c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=43 1 # $Id$ 4 2 5 3 PortSystem 1.0 4 6 5 name cut 7 6 version 2.3 8 7 categories devel 9 maintainers brett@macports. com8 maintainers brett@macports.org 10 9 description C unit testing 11 10 long_description \ … … 15 14 development processes such as extreme programming, CUT is still useful \ 16 15 for writing automated test fixtures for more traditional software \ 17 development processes as well. 16 development processes as well. 18 17 homepage http://sourceforge.net/projects/cut/ 19 18 platforms darwin … … 22 21 23 22 use_configure no 24 build.target 23 build.target 25 24 destroot.cmd install 26 25 destroot.target cutgen

