diff options
author | hubertf <hubertf> | 2000-02-04 03:58:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-02-04 03:58:37 +0000 |
commit | 1561630d1cb94f845d92fbe1ff51c32d67f039f2 (patch) | |
tree | 42316426a18aa4397521eeffd7f813ae7729d465 /net/mouse-pppoe | |
parent | f00f237723770d09953ab6a2bff0ef391142bb78 (diff) | |
download | pkgsrc-1561630d1cb94f845d92fbe1ff51c32d67f039f2.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/Makefile | 19 | ||||
-rw-r--r-- | net/mouse-pppoe/files/md5 | 3 | ||||
-rw-r--r-- | net/mouse-pppoe/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/mouse-pppoe/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/mouse-pppoe/pkg/PLIST | 2 |
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 |