mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
9ee18d8862
PR: ports/105543 Submitted by: Eirik Oeverby <ltning-jailctl@anduin.net> (maintainer)
25 lines
426 B
Makefile
25 lines
426 B
Makefile
# 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>
|