# -*- 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: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $
#
PortSystem          1.0
PortGroup           xcode 1.0

name		        ShiftIt
version		        development

categories	        aqua 
distname 	        ${name}
maintainers	        phw openmaintainer
description	        Managing windows size and position in OS X
long_description	${description}

homepage            https://github.com/fikovnik/ShiftIt

fetch.type	        git
git.url 	        https://github.com/fikovnik/ShiftIt.git/
git.branch          origin/master

build.dir           ${worksrcpath}/ShiftIt


xcode.project	    ShiftIt.xcodeproj
xcode.target	    ShiftIt
xcode.configuration Release

livecheck.type		none
