diff options
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r-- | net/netpipes/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile new file mode 100644 index 00000000000..16a461ea92a --- /dev/null +++ b/net/netpipes/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $ + +DISTNAME= netpipes-4.2-export +PKGNAME= ${DISTNAME:S/-export//} +CATEGORIES= net +MASTER_SITES= http://web.purplefrog.com/ftp/thoth/netpipes/ + +MAINTAINER= jlam@NetBSD.org +HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html +COMMENT= utilities for communicating via sockets + +WRKSRC= ${WRKDIR} + +INSTALLATION_DIRS= bin ${PKGMANDIR} + +.include "../../mk/bsd.pkg.mk" |