summaryrefslogtreecommitdiff
path: root/net/libpcap/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-07 12:54:16 +0000
committeragc <agc@pkgsrc.org>1999-04-07 12:54:16 +0000
commitcebd46845d74da7d7fdd0a022eda7912089fa341 (patch)
tree011648cc2ab8e16201104900077b7fef0eedc65f /net/libpcap/Makefile
parent14aeef89ab5a24f3a89ef6e9e0b1a229f3e95a9b (diff)
downloadpkgsrc-cebd46845d74da7d7fdd0a022eda7912089fa341.tar.gz
Initial import of libpcap-0.4 (only for Solaris), a library providing a
system-independent interface for user-level packet capture.
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r--net/libpcap/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
new file mode 100644
index 00000000000..20f8233e85e
--- /dev/null
+++ b/net/libpcap/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/07 12:54:16 agc Exp $
+#
+
+DISTNAME= libpcap-0.4
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ee.lbl.gov/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+
+GNU_CONFIGURE= yes
+
+NOT_FOR_OPSYS= NetBSD # in base system
+
+INSTALL_TARGET+= install-incl install-man
+
+pre-install:
+ -${MKDIR} ${LOCALBASE}/include/net
+
+.include "../../mk/bsd.pkg.mk"