c6732be1c7
- Define LICENSE and install couple of documentation files - Clean up port description (remove FreeBSD 4.X related stuff) - Transfer maintainership to the submitter PR: 199722 Submitted by: Chris Hutchinson
26 lines
597 B
Makefile
26 lines
597 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jailutils
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://thewalter.net/stef/freebsd/jails/jailutils/ \
|
|
http://BSDforge.com/projects/source/sysutils/jailutils/ /
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Several utilities for managing jails
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= AUTHORS ChangeLog
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|