summaryrefslogtreecommitdiff
path: root/net/rp-pppoe/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-11 21:20:35 +0000
committertron <tron@pkgsrc.org>2000-07-11 21:20:35 +0000
commitba58c15963849c40c5e177309904ab7b85db7b1f (patch)
tree8912a053454ce4f331bf2257ac93fac3c2d3c0b6 /net/rp-pppoe/Makefile
parentf29843e4e1adec8b67e2f6fca10f65e97d5ce6a0 (diff)
downloadpkgsrc-ba58c15963849c40c5e177309904ab7b85db7b1f.tar.gz
Initial import of "rp-pppoe" package:
BSD port of Roaring Penguin's PPPoE client created by Geoff Mottram.
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r--net/rp-pppoe/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile
new file mode 100644
index 00000000000..af0f2221176
--- /dev/null
+++ b/net/rp-pppoe/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/11 21:20:35 tron Exp $
+
+DISTNAME= rp-pppoe-1.9
+CATEGORIES= net
+MASTER_SITES= http://home.sprynet.com/~minaret/pppoe/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://home.sprynet.com/~minaret/pppoe/
+
+DEPENDS+= ppp>=2.3.10:../ppp
+
+CONFLICTS+= mouse_pppoe-*
+
+GNU_CONFIGURE= yes
+
+ALL_TARGET= pppoe
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/pppoe.conf ${PREFIX}/share/doc/rp-pppoe
+
+.include "../../mk/bsd.pkg.mk"