freebsd-ports/net/micro_inetd/Makefile
Shaun Amott b2ed23561f Add net/micro_inetd.
Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
  - only 'stream' socket type
  - only 'nowait'
  - doesn't switch user-ids

PR:		ports/101964
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
2006-08-15 14:13:10 +00:00

25 lines
681 B
Makefile

# New ports collection makefile for: micro_inetd
# Date created: 2006-08-13
# Whom: Pankov Pavel <pankov_p@mail.ru>
#
# $FreeBSD$
#
PORTNAME= micro_inetd
PORTVERSION= 2005.06.29
CATEGORIES= net
MASTER_SITES= http://www.acme.com/software/micro_inetd/
DISTNAME= ${PORTNAME}_29jun2005
MAINTAINER= pankov_p@mail.ru
COMMENT= A inetd-like program intended for temporarily usage
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/micro_inetd
MAN1= micro_inetd.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micro_inetd ${TARGETDIR}/bin/micro_inetd
${INSTALL_MAN} ${WRKSRC}/micro_inetd.1 ${MAN1PREFIX}/man/man1/micro_inetd.1
.include <bsd.port.mk>