blob: dcbed041674bc683f32eb1a2bea12feec2363d74 (
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: jailutils
# Date created: 27 June 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= jailutils
PORTVERSION= 0.5.2
CATEGORIES= sysutils
MASTER_SITES= http://memberwebs.com/nielsen/freebsd/jails/jailutils/
MAINTAINER= skv@FreeBSD.org
COMMENT= Several utilies for managing jails
GNU_CONFIGURE= YES
MAN8= jails.8 killjail.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
BROKEN= "Currently does not support -CURRENT"
.endif
.include <bsd.port.post.mk>
|