mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
f1c4207802
PR: 225675 Submitted by: erdgeist@erdgeist.org (maintainer)
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# Created by: Dirk Engling <erdgeist@erdgeist.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jaildaemon
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/
|
|
|
|
MAINTAINER= erdgeist@erdgeist.org
|
|
COMMENT= Fixed command-line interface for FreeBSD jails to their host system
|
|
|
|
LICENSE= BEERWARE
|
|
LICENSE_NAME= beerware
|
|
LICENSE_TEXT= See http://erdgeist.org/beerware.html
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/jaildaemon \
|
|
etc/rc.d/jaildaemon \
|
|
man/man1/jaildaemon.1.gz
|
|
|
|
.include <bsd.port.mk>
|