1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/xinetd/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

28 lines
626 B
Makefile

# New ports collection makefile for: xinetd
# Version required: 2.1.7-freebsd.4
# Date created: 28 June 1996
# Whom: markm
#
# $Id: Makefile,v 1.2 1996/11/17 07:58:10 obrien 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
MAN1= xinetd.1
MAN5= xinetd.conf.5 xinetd.log.5
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>