openbsd-ports/net/netpipes/Makefile

21 lines
398 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:50 espie 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
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}
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-27 20:38:44 -05:00
.include <bsd.port.mk>