# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup xcode 1.0 github.setup whomwah qlstephen 1.4.4 name QLStephen categories sysutils platforms darwin license public-domain maintainers nomaintainer description A QuickLook plugin that lets you view plain text \ files without a file extension long_description ${description} checksums rmd160 aecbb9cdf7ec2f0380cd929868e79fa0c87c1281 \ sha256 1de62d1547526b780a9c0efb4faf772e79d3733a1d1285abef61573c507c83a9 worksrcdir ${distname}/QuickLookStephenProject destroot.violate_mtree yes post-extract { reinplace -W ${worksrcpath} "s,AEF4F27A0EDD58F800A55543.*,," QuickLookStephen.xcodeproj/project.pbxproj } destroot { xinstall -d ${destroot}/Library/QuickLook file copy ${worksrcpath}/build/Release/${name}.qlgenerator ${destroot}/Library/QuickLook } # force quicklook to reload plugins post-activate { system "qlmanage -r" } post-deactivate { system "qlmanage -r" }