freebsd-ports/sysutils/jailadmin/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

41 lines
978 B
Makefile

# Created by: Kirk Strauser <kirk@strauser.com>
# $FreeBSD$
PORTNAME= jailadmin
PORTVERSION= 1.8
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/
DISTNAME= jailadmin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= System for managing a set of named jails
USES= perl5
PORTDOCS= INSTALL README
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
PLIST_SUB+= SNMP=""
.else
INSTALL_TARGET= installbase
PLIST_SUB+= SNMP="@comment "
.endif
pre-everything::
@${ECHO}
@${ECHO} "You can build ${PKGNAME} with the following options:"
@${ECHO} "WITH_SNMP install the additional SNMP management components"
@${ECHO}
post-patch:
@${REINPLACE_CMD} -e "s#^SITEPERLDIR=.*#SITEPERLDIR= ${SITE_PERL}#" ${WRKSRC}/Makefile
.ifdef NOPORTDOCS
@${REINPLACE_CMD} -e '/share\/doc/s/^[[:blank:]]/#&/' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>