summaryrefslogtreecommitdiff
path: root/net/mouse-pppoe
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-02-04 03:58:37 +0000
committerhubertf <hubertf@pkgsrc.org>2000-02-04 03:58:37 +0000
commit3d5270c19c3770d08403ab3f49b1ec820e35d17a (patch)
tree42316426a18aa4397521eeffd7f813ae7729d465 /net/mouse-pppoe
parenta19d32a744a82204cc7d8cb8a68e40eae8869695 (diff)
downloadpkgsrc-3d5270c19c3770d08403ab3f49b1ec820e35d17a.tar.gz
Makes PPP over Ethernet going (sorry, no more information available
right now). In case of emergency, mail der Mouse <mouse@rodents.montreal.qc.ca> (No docs available :-/)
Diffstat (limited to 'net/mouse-pppoe')
-rw-r--r--net/mouse-pppoe/Makefile19
-rw-r--r--net/mouse-pppoe/files/md53
-rw-r--r--net/mouse-pppoe/pkg/COMMENT1
-rw-r--r--net/mouse-pppoe/pkg/DESCR4
-rw-r--r--net/mouse-pppoe/pkg/PLIST2
5 files changed, 29 insertions, 0 deletions
diff --git a/net/mouse-pppoe/Makefile b/net/mouse-pppoe/Makefile
new file mode 100644
index 00000000000..f0a7c1c06dc
--- /dev/null
+++ b/net/mouse-pppoe/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/04 03:58:37 hubertf Exp $
+
+DISTNAME= mouse_pppoe
+PKGNAME= ${DISTNAME}-20000202
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.styx.org/pub/mouse_pppoe/
+
+MAINTAINER= mouse@netbsd.org
+
+DIST_SUBDIR= ${PKGNAME}-20000202
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+do-build:
+ (cd ${WRKSRC} ; ${CC} -O2 -o pppoe pppoe.c)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pppoe ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/mouse-pppoe/files/md5 b/net/mouse-pppoe/files/md5
new file mode 100644
index 00000000000..ca6a651aa9a
--- /dev/null
+++ b/net/mouse-pppoe/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/02/04 03:58:38 hubertf Exp $
+
+MD5 (mouse_pppoe-20000202/mouse_pppoe.tar.gz) = d943561daf6aeacae83a97eedaebb9fb
diff --git a/net/mouse-pppoe/pkg/COMMENT b/net/mouse-pppoe/pkg/COMMENT
new file mode 100644
index 00000000000..b2c504c53b3
--- /dev/null
+++ b/net/mouse-pppoe/pkg/COMMENT
@@ -0,0 +1 @@
+derMouse's PPP over Ethernet program
diff --git a/net/mouse-pppoe/pkg/DESCR b/net/mouse-pppoe/pkg/DESCR
new file mode 100644
index 00000000000..19bfd4f0bbe
--- /dev/null
+++ b/net/mouse-pppoe/pkg/DESCR
@@ -0,0 +1,4 @@
+Makes PPP over Ethernet going (sorry, no more information available
+right now).
+
+In case of emergency, mail der Mouse <mouse@rodents.montreal.qc.ca>
diff --git a/net/mouse-pppoe/pkg/PLIST b/net/mouse-pppoe/pkg/PLIST
new file mode 100644
index 00000000000..264a99441c5
--- /dev/null
+++ b/net/mouse-pppoe/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/04 03:58:41 hubertf Exp $
+bin/pppoe