aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jailer/Makefile
blob: 580547c385e37d9de027746e5c54da82bbe5d2ea (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
# New ports collection makefile for:    jailer
# Date created:    27 June 2002
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   jailer
PORTVERSION=    1.2
CATEGORIES= sysutils
MASTER_SITES=   http://memberwebs.com/stef/freebsd/jails/jailer/

MAINTAINER= skv@FreeBSD.org
COMMENT=    Manage FreeBSD jail startup, shutdown and console

GNU_CONFIGURE=  YES

MAN8=       injail.8 jailer.8

PLIST_FILES=    bin/injail \
        sbin/dmesg \
        sbin/halt \
        sbin/jailer \
        sbin/reboot

.include <bsd.port.mk>