# $Id: Portfile,v 1.2 2005/11/09 23:21:44 mww Exp $
PortSystem 1.0
name              archway
version           0.2.1
categories        devel
maintainers       josh_root@users.sourceforge.net
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

configure 	  {}
build		  {}
destroot.destdir  PERL=${prefix}/bin/perl DESTDIR=${destroot} prefix=${prefix}

depends_lib	      bin:tla:arch port:p5-gtk2

