aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/blimitd/Makefile
blob: 840a947171dc7b0f480f106ce0cdae9b2abab672 (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
26
27
28
# New ports collection makefile for:    blimitd
# Date created:     29 Jul 2001
# Whom:         Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#

PORTNAME=   blimitd
PORTVERSION=    0.1
CATEGORIES= sysutils
MASTER_SITES=   ftp://ftp.ugh.net.au/pub/unix/blimitd/ \
        ftp://ftp.megamirror.com/pub/ugh/unix/blimitd/ \
        http://ftp.megamirror.com/pub/ugh/unix/blimitd/

MAINTAINER= andrew@ugh.net.au

WRKSRC=     ${WRKDIR}/blimitd

MAN8=       blimitd.8
MANCOMPRESSED=  maybe

post-install:
    @if [ ! -f ${PREFIX}/etc/rc.d/blimitd.sh ]; then \
        ${ECHO} "Installing ${PREFIX}/etc/rc.d/blimitd.sh startup file."; \
        ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/blimitd.sh ${PREFIX}/etc/rc.d/blimitd.sh; \
    fi

.include <bsd.port.mk>