blob: 7cbc17575677b739fd095ee5815924f629944595 (
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
|
# New ports collection makefile for: jailctl
# Date created: 04.04.2005
# Whom: Eirik Oeverby <ltning@anduin.net>
#
# $FreeBSD$
#
PORTNAME= jailctl
PORTVERSION= 0.80
CATEGORIES= sysutils
MASTER_SITES= http://anduin.net/jailctl/
MAINTAINER= ltning-jailctl@anduin.net
COMMENT= Jail management tool
MAN1= jailctl.1 \
jails.conf.1
MANCOMPRESSED= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/jailctl
.include <bsd.port.mk>
|