You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
libgiigic, libgii client that handles input configuration
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9603 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# $Id: Portfile,v 1.1 2004/12/05 12:14:45 toby Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
name libgiigic
|
||||
version 1.0.0
|
||||
categories devel
|
||||
maintainers toby@opendarwin.org
|
||||
description General Input Configurator
|
||||
long_description \
|
||||
LibGIIGIC is a ggi library at the top on LibGII. \
|
||||
The goal of LibGIIGIC is to provide a single easy \
|
||||
to use, but yet powerful API for (re)binding any \
|
||||
kind of action to all possible input devices \
|
||||
through LibGII at runtime.
|
||||
homepage http://www.ggi-project.org/
|
||||
platforms darwin
|
||||
|
||||
depends_lib lib:libgg.0:libgii
|
||||
|
||||
master_sites http://www.ggi-project.org/ftp/ggi/v2.1/ \
|
||||
sourceforge:ggi
|
||||
distname ${name}-${version}.src
|
||||
use_bzip2 yes
|
||||
checksums md5 ad75eeb40e80732ec432337b09354bd8
|
||||
|
||||
worksrcdir ${name}-${version}
|
||||
|
||||
patch {
|
||||
reinplace "s|need_relink=yes|need_relink=no|" \
|
||||
${worksrcpath}/ltmain.sh
|
||||
}
|
||||
|
||||
configure.args --mandir=${prefix}/share/man
|
||||
Reference in New Issue
Block a user