# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/pptp-php-gtk/pptp-php-gtk-20030731.ebuild,v 1.3 2004/06/24 22:31:47 agriffis Exp $ DESCRIPTION="Configuration and management program for PPTP Client tunnels" HOMEPAGE="http://pptpclient.sourceforge.net/" SRC_URI="mirror://sourceforge/pptpclient/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-php/php-gtk net-dialup/pptpclient" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO }