# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $

PortSystem 1.0

name              archway
version           0.2.1
revision          1
categories        devel
platforms         darwin
license           GPL-2+
maintainers       jmr openmaintainer
description       an advanced GUI for GNU Arch
long_description \
    ArchWay is a GNU Arch GUI. It follows the unix tradition of \
    small tools doing their work well and cooperating nicely with \
    each other.
homepage          http://www.nongnu.org/archway/

master_sites      http://savannah.nongnu.org/download/archway/
checksums         md5 130b7aaec6fc57a5bc0d132158455ce9 \
                  sha1 a8be0c8105b1647c1570dc903727e3e9100c6917 \
                  rmd160 ac30f3df2db502ab5e162957264628e8fd540fa0

use_configure     no
build             {}
destroot.destdir  PERL=${prefix}/bin/perl5.12 DESTDIR=${destroot} prefix=${prefix}

depends_lib       port:arch port:p5.12-gtk2
