summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/pptpconfig/pptpconfig-20030731.ebuild')
-rw-r--r--net-dialup/pptpconfig/pptpconfig-20030731.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-dialup/pptpconfig/pptpconfig-20030731.ebuild b/net-dialup/pptpconfig/pptpconfig-20030731.ebuild
new file mode 100644
index 000000000000..f2abf3d8a0b5
--- /dev/null
+++ b/net-dialup/pptpconfig/pptpconfig-20030731.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20030731.ebuild,v 1.1 2004/09/27 13:24:12 dragonheart 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 ~ppc"
+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
+}