openbsd-ports/net/netpipes/Makefile

23 lines
463 B
Makefile
Raw Normal View History

2004-12-15 19:31:20 -05:00
# $OpenBSD: Makefile,v 1.7 2004/12/16 00:31:23 alek Exp $
COMMENT= "shell utilities to connect programs to sockets"
2001-05-20 20:11:19 -04:00
DISTNAME= netpipes-4.2-export
CATEGORIES= net
2001-05-20 20:11:19 -04: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-15 19:31:20 -05:00
WANTLIB= c
2001-05-20 20:11:19 -04:00
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
2001-05-20 20:11:19 -04:00
WRKDIST= ${WRKDIR}
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>