Commits
Joshua Root authored 869190b4645
45 45 | destroot.destdir prefix=${destroot}${prefix} \ |
46 46 | mandir=${destroot}${prefix}/share/man/man1 |
47 47 | |
48 48 | post-destroot { |
49 49 | set docdir ${prefix}/share/doc/${name}-${version} |
50 50 | xinstall -d ${destroot}${docdir} |
51 51 | xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE README mp3info.txt mp3info.html \ |
52 52 | ${destroot}${docdir} |
53 53 | } |
54 54 | |
55 - | variant gtk description {Enable GTK user interface} { |
56 - | depends_build-append port:pkgconfig |
57 - | depends_lib-append port:gtk1 |
58 - | |
59 - | build.target all |
60 - | destroot.target install |
61 - | } |
62 - | |
63 55 | variant universal { |
64 56 | post-configure { |
65 57 | reinplace -E "/^CFLAGS/s|\$| [join ${configure.universal_cflags} " "]|" ${worksrcpath}/Makefile |
66 58 | } |
67 59 | } |