1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/netpipes/Makefile
Muhammad Moinur Rahman 60726f5888
net/netpipes: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 11:05:17 +01:00

19 lines
378 B
Makefile

PORTNAME= netpipes
PORTVERSION= 4.2
PORTREVISION= 1
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
NO_WRKSUBDIR= yes
do-install:
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} STAGEDIR=${STAGEDIR} install
.include <bsd.port.mk>