mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup jakehilborn displayplacer 1.4.0 v
|
|
revision 0
|
|
checksums rmd160 996de2b6297195a1c7074aee67ae99d78a100fb3 \
|
|
sha256 54b239359dbf9dc9b3a25e41a372eafb1de6c3131fe7fed37da53da77189b600 \
|
|
size 54821
|
|
|
|
categories sysutils
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license MIT
|
|
|
|
description CLI to configure display resolutions and arrangements
|
|
|
|
long_description ${name} is a command line utility to configure \
|
|
multi-display resolutions and arrangements.
|
|
|
|
github.tarball_from archive
|
|
|
|
patchfiles Makefile.patch \
|
|
displayplacer.c.patch
|
|
|
|
build.dir ${worksrcpath}/src
|
|
|
|
makefile.prefix_name prefix
|
|
|
|
test.run yes
|
|
test.cmd ./displayplacer
|
|
test.args --version
|
|
test.target
|