# -*- 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 46136 2009-01-30 05:04:52Z snc@macports.org $

PortSystem 1.0

name              archway
version           0.2.1
categories        devel
platforms         darwin
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/perl DESTDIR=${destroot} prefix=${prefix}

depends_lib       port:arch port:p5-gtk2
