21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/07/10 20:48:15 avsm Exp $
|
|
|
|
COMMENT= "shell utilities to connect programs to sockets"
|
|
|
|
DISTNAME= netpipes-4.2-export
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.515
|
|
|
|
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|