summaryrefslogtreecommitdiff
path: root/security/xinetd/Makefile
blob: 69f88b493ff5b083ac17204de589f41721e61021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	xinetd
# Version required:	2.1.7-freebsd.4
# Date created:		28 June 1996
# Whom:			markm
#
# $Id: Makefile,v 1.1.1.1 1996/07/10 22:18:38 asami Exp $
#

DISTNAME=	xinetd.2.1.7.4
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.telebase.com/pub/security/
DISTFILES=	xinetd.2.1.7-freebsd.4.tar.gz

MAINTAINER=	markm@FreeBSD.ORG

WRKSRC=		${WRKDIR}/xinetd.2.1.7-freebsd.4

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>