24 lines
478 B
Makefile
24 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:36:50 espie Exp $
|
|
|
|
COMMENT= shell utilities to connect programs to sockets
|
|
|
|
DISTNAME= netpipes-4.2-export
|
|
CATEGORIES= net
|
|
|
|
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
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|