summaryrefslogtreecommitdiff
path: root/net/mouse-pppoe/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-02-04 03:58:37 +0000
committerhubertf <hubertf>2000-02-04 03:58:37 +0000
commit1561630d1cb94f845d92fbe1ff51c32d67f039f2 (patch)
tree42316426a18aa4397521eeffd7f813ae7729d465 /net/mouse-pppoe/Makefile
parentf00f237723770d09953ab6a2bff0ef391142bb78 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/mouse-pppoe/Makefile19
1 files changed, 19 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"