1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/micro_inetd/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

26 lines
678 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 ${PREFIX}/bin/micro_inetd
${INSTALL_MAN} ${WRKSRC}/micro_inetd.1 ${MAN1PREFIX}/man/man1/micro_inetd.1
.include <bsd.port.mk>