mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
162eafcd46
- While here, add LICENSE and remove unneeded MAKE_ENV PR: 219727 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.3
|
|
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>
|