Last change
on this file was
151191,
checked in by mf2k@…, 21 months ago
|
d-mode.el gtkglextmm php-mode.el planner py-cssutils speex speex-devel uif2iso: Ports abandoned. (#51782)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 151191 2016-08-09 19:24:56Z mf2k@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name uif2iso |
---|
7 | version 0.1.7c |
---|
8 | revision 3 |
---|
9 | |
---|
10 | categories sysutils |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | description converts UIF images to ISO images |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://aluigi.org/mytoolz.htm#uif2iso |
---|
17 | master_sites http://aluigi.org/mytoolz/ |
---|
18 | distname uif2iso |
---|
19 | use_zip yes |
---|
20 | |
---|
21 | checksums md5 2eb9797ec463c38253014d45591a7043 \ |
---|
22 | sha1 30590093219119c0f1bff22898b38c64323c9387 \ |
---|
23 | rmd160 f835113a86ef662a93289d08263a5040b4f87df9 |
---|
24 | |
---|
25 | use_configure no |
---|
26 | dist_subdir ${name}/${version}_${revision} |
---|
27 | worksrcdir src |
---|
28 | |
---|
29 | depends_lib port:zlib |
---|
30 | |
---|
31 | patchfiles Types.h.patch |
---|
32 | |
---|
33 | build.env CC=${configure.cc} CFLAGS="${configure.cc_archflags}" |
---|
34 | |
---|
35 | destroot { |
---|
36 | xinstall -m 755 ${worksrcpath}/uif2iso ${destroot}${prefix}/bin |
---|
37 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
38 | xinstall -m 644 ${workpath}/uif2iso.txt ${destroot}${prefix}/share/doc/${name} |
---|
39 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.