4f53ec43e4
Approved by: maintainer
23 lines
409 B
Makefile
23 lines
409 B
Makefile
# New ports collection makefile for: jailctl
|
|
# Date created: 04.04.2005
|
|
# Whom: Eirik Oeverby <ltning@anduin.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jailctl
|
|
PORTVERSION= 0.52
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://anduin.net/jailctl/
|
|
|
|
MAINTAINER= ltning-jailctl@anduin.net
|
|
COMMENT= Jail management tool
|
|
|
|
MAN1= jailctl.1
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/jailctl
|
|
|
|
.include <bsd.port.mk>
|