1996-07-10 22:18:38 +00:00
|
|
|
# New ports collection makefile for: xinetd
|
|
|
|
# Version required: 2.1.7-freebsd.4
|
|
|
|
# Date created: 28 June 1996
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1996-11-18 14:17:24 +00:00
|
|
|
# $Id: Makefile,v 1.2 1996/11/17 07:58:10 obrien Exp $
|
1996-07-10 22:18:38 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xinetd.2.1.7.4
|
1996-11-17 07:58:10 +00:00
|
|
|
CATEGORIES= security
|
1996-07-10 22:18:38 +00:00
|
|
|
MASTER_SITES= ftp://ftp.telebase.com/pub/security/
|
|
|
|
DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz
|
|
|
|
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
|
1996-11-17 07:58:10 +00:00
|
|
|
WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= xinetd.1
|
|
|
|
MAN5= xinetd.conf.5 xinetd.log.5
|
1996-11-17 07:58:10 +00:00
|
|
|
|
1996-07-10 22:18:38 +00:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}/xinetd ; make install
|
|
|
|
cd ${WRKSRC}/xinetd ; make install.man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|