blob: c8c94fc1b09ec1e11eab339c65088cdba97c3b5d (
plain) (
tree)
|
|
# New ports collection makefile for: jailadmin
# Date created: 02 Apr 2004
# Whom: Kirk Strauser <kirk@strauser.com>
#
# $FreeBSD$
#
PORTNAME= jailadmin
PORTVERSION= 1.8
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/
DISTNAME= jailadmin-${PORTVERSION}
MAINTAINER= kirk@strauser.com
COMMENT= A system for managing a set of named jails
USE_PERL5= yes
PORTDOCS= INSTALL README
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
LIB_DEPENDS+= netsnmp.20:${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>
|