1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/netpipes/Makefile
2021-04-06 16:31:07 +02:00

20 lines
406 B
Makefile

# Created by: doconnor@gsoft.com.au
PORTNAME= netpipes
PORTVERSION= 4.2
CATEGORIES= net
MASTER_SITES= LOCAL/kris
DISTNAME= netpipes-4.2-export
MAINTAINER= doconnor@gsoft.com.au
COMMENT= Group of shell utilities to connect programs to sockets
CONFLICTS= timelimit-[0-9]*
NO_WRKSUBDIR= yes
do-install:
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} STAGEDIR=${STAGEDIR} install
.include <bsd.port.mk>