23 lines
464 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2007/09/15 22:36:56 merdely Exp $
COMMENT= shell utilities to connect programs to sockets
2001-05-21 00:11:19 +00:00
DISTNAME= netpipes-4.2-export
CATEGORIES= net
2001-05-21 00:11:19 +00:00
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
2004-12-16 00:31:20 +00:00
WANTLIB= c
2001-05-21 00:11:19 +00:00
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
2001-05-21 00:11:19 +00:00
WRKDIST= ${WRKDIR}
2002-10-28 01:38:44 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>